Loading Tool

Explorer IconExplorer

Memory Pool

80,580 transactions
29.72 vMB
0.06963206 BTC
Random Selection Loading Transactions
Max Size: 179.40/200 MB

Candidate Block

Mining Attempt 25f19796c12102930c3440fe4978722498191e8115d97d6b6d8bff38aab21bc5
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ec0be997e0027988119fdbbcdacf330998d1cca194bd278887670314b0f8ac7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,061
Size: 1.00 vMB
Total Fees: 0.00909122 BTC
Feerates: 100.36 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (544,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,194 370,194 0000000000000000079d8d5092bfa6f4b6f604d7bb287d245be90d6a60269a61 184 0.12/1.00 vMB 27
370,193 370,193 000000000000000013d6cbe7b868b90c3c930bcad11d5d5d2e9677d8301ad255 513 0.37/1.00 vMB 27
370,192 370,192 0000000000000000098a42b7449d0d29fec29f1e10eabb06f9b2d85d5d8bfd46 1,028 0.56/1.00 vMB 38
370,191 370,191 00000000000000000889443e530d93e722789b31090b3616d509bc999c988659 56 0.03/1.00 vMB 24
370,190 370,190 0000000000000000106fc4bd6d924c5892e4e80593b2f71a7eb9c6f75a3c9757 371 0.24/1.00 vMB 35
370,189 370,189 000000000000000000b94896a62956412d90981bd55ab562887848c02e2f38bc 626 0.40/1.00 vMB 28
370,188 370,188 000000000000000010548a1583d57224ba86dcf3eb412df1247e33daab9929dd 283 0.15/1.00 vMB 34
370,187 370,187 0000000000000000038b6220f42bd84554be3a56529ab75050b9d392424fe585 663 0.72/1.00 vMB 21
370,186 370,186 0000000000000000111d831a93c1be6c365fab5017120cb46df7c806e0bb0801 1,236 0.58/1.00 vMB 42
370,185 370,185 0000000000000000002f3508e10a7e1feac2489fdb484986eb89f6a9878a4e2a 362 0.18/1.00 vMB 40
370,184 370,184 00000000000000000b8ce560dfb59cf32c6f4a2c22dc0e212583e6b0d6447018 1,280 0.66/1.00 vMB 39
370,183 370,183 0000000000000000074b16f347a8f4d4c2e2137594e9f193f8f1280a1b1d7e74 261 0.15/1.00 vMB 36
370,182 370,182 00000000000000000d5cba9c1e9a9e099151fc9e9e68df0c9d0cf818b6a1fe6e 308 0.17/1.00 vMB 40
370,181 370,181 000000000000000006fc8b0830d23422f7ed43f01177326bace9bdd8dd58b5dc 92 0.05/1.00 vMB 41
370,180 370,180 000000000000000011a631f9c9a8d83299ec046ff1ab983816e077e945249a21 827 0.58/1.00 vMB 27
370,179 370,179 000000000000000001ddd8473c4c61f1c9924bdd8bdf8bfa7445eab17ecdfe65 512 0.27/1.00 vMB 39
370,178 370,178 000000000000000008e6b1694730bea9ce235d791b5b1438f9e40785d8ad4bfe 800 0.48/1.00 vMB 36
370,177 370,177 00000000000000000c6a57965d4f88217f3d9235bf20855cdcf4eecd1b89e562 303 0.16/1.00 vMB 40
370,176 370,176 00000000000000000ab557b4240e9732c40a82dc409aa5659c8f06a6ad665b13 496 0.28/1.00 vMB 39
370,175 370,175 000000000000000003ebe32fa2d8d0f79ffe95694534af90e6bd31cc2e9affed 366 0.27/1.00 vMB 21
370,174 370,174 000000000000000008cf7f9e19ea93c397e010f212f7cae7a45f7b22e84dd53c 1,443 0.75/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 662.22 GB
    • Received: 14.84 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.