Loading Tool

Explorer IconExplorer

Memory Pool

41,594 transactions
18.16 vMB
0.17509705 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.22/200 MB

Candidate Block

Mining Attempt f8d61ec3011ef46775200539ffa1686d07a3e39c416f4d0dda49a1ed87929141
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 9c65a4a6bcdab3a07d6e00eaa1e9c5748ace7d3a1c0ef22ef5dc23f47e31d2ef
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.05725421 BTC
Median Feerate: 4.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (708,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,152 205,152 00000000000004e7b03d84c4f7243486c5d7c1547805ab72553b0422956422b1 73 0.03 vMB 130
205,151 205,151 000000000000046318336e2064ec2845c64bbbaa6417c5789df0a74b49449d13 12 0.00 vMB 46
205,150 205,150 000000000000018a945012245a6b938c30391f552708c5b01ec3b0a8d34e34b2 38 0.01 vMB 34
205,149 205,149 00000000000001953cff7f8ad345abb6dacf4065793b04056148388edf93cc10 68 0.03 vMB 131
205,148 205,148 0000000000000387c5573b7398adfd2f53b7f6f0774cae648dd668ee316c1b67 64 0.03 vMB 137
205,147 205,147 000000000000053e5d6a04c3b7bd18fcddf5e081a4124accb530d2a00f961459 138 0.06 vMB 145
205,146 205,146 0000000000000098fcf612a8600201fec8d08e6ca26980819dd5a731448e5f5c 7 0.00 vMB 30
205,145 205,145 00000000000000137c3de0e9d2686e58a8ae775fd9379bbd26b757590f82f302 1 0.00 vMB 0
205,144 205,144 000000000000047a5d6232869c0db9c5cb9b519984d30fba6f152360b55d2d36 5 0.00 vMB 0
205,143 205,143 00000000000001018c10b99ad39f0fe282191988a09cbfdf3bff8169055b19c5 86 0.05 vMB 172
205,142 205,142 000000000000012eb1280b15a92900c6a674a5698455b1db5b36a9c0067b142d 12 0.00 vMB 418
205,141 205,141 0000000000000179c230b34a31038b412c9d2c7428ec0583e86c0d63afd88e19 178 0.05 vMB 92
205,140 205,140 0000000000000454302ecaa849de9d234b8cf5cc233b3612ea4d13e497c590aa 50 0.02 vMB 289
205,139 205,139 00000000000002df7d2fdf7871b498a0ddeb2e52aa78bf4e9626e52110815313 61 0.03 vMB 229
205,138 205,138 00000000000002d536a47506c903415621c7e86c6767080316c99df02ca50a45 133 0.04 vMB 192
205,137 205,137 00000000000004263fd6631ff0461c3caa300663bf2636f58babbe619097ddd1 147 0.05 vMB 168
205,136 205,136 00000000000000dd4bfdee0ab21138cb4dee8d04ac8363b8a051bf1b39e6e145 30 0.01 vMB 155
205,135 205,135 000000000000007f47464d352df33d59021b25b508f3dae305f3c5fda8034aa6 114 0.06 vMB 194
205,134 205,134 000000000000012653541e6898d523c6f5d873728754e4de70958f865eecaec2 131 0.04 vMB 51
205,133 205,133 000000000000033c068faa64ec65fd5fe25a2b2751230795272c5eb8d91a874b 464 0.16 vMB 212
205,132 205,132 000000000000032593843d19444750bdbbe02207d2b4580868317a1dee0ca498 83 0.04 vMB 431
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.90 GB
    • Received: 0.47 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.