Loading Tool

Explorer IconExplorer

Memory Pool

84,414 transactions
31.52 vMB
0.09846702 BTC
Random Selection Loading Transactions
Max Size: 192.21/200 MB

Candidate Block

Mining Attempt ae548787b23368a2a76ebef45dda8180a7e194e4c6f8fbaf208fd0c4d6c63b7a
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root b8aaf854dca4fa4ff4ac7b6f2e02478efd249466531b21ae404d3aeab1cc189c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,450
Size: 1.00 vMB
Total Fees: 0.02529737 BTC
Feerates: 150.77 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (513,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,137 402,137 000000000000000002527b0fa140f1acca4407f4e1bf05fb61a41abd361836dd 1,367 0.59/1.00 vMB 43
402,136 402,136 000000000000000001fbd8fabd991dd75bcd7a46119079cffb921f7a2edb7934 630 0.32/1.00 vMB 36
402,135 402,135 0000000000000000036ab075aa86dab5cd66cabc28f0ffa59f9ec517e1777278 1,292 0.53/1.00 vMB 44
402,134 402,134 0000000000000000025f595ae36286b3735b5b27ec993f4576459edc5c84c3ea 1,975 0.86/1.00 vMB 42
402,133 402,133 000000000000000001ca698f2692193400c946b836db3a0dbd0d5df9837a8e5b 741 0.98/1.00 vMB 13
402,132 402,132 0000000000000000028f59d22ed1045ac43f56b1b5de694cba086616545e14ee 68 0.03/1.00 vMB 44
402,131 402,131 000000000000000004b2a7f8569022dcc3c436812e9b152b0fa65c4cce4c9b86 944 0.52/1.00 vMB 38
402,130 402,130 0000000000000000009d5aa5f430407c8d17d9ac43212dfd3715ffddf5d6a65f 2,473 0.99/1.00 vMB 46
402,129 402,129 00000000000000000608ebd172dd6c3486c2e05cb01ef0d092ff9b5248a98c2d 588 0.36/1.00 vMB 29
402,128 402,128 00000000000000000442c83a301cfdb52513591c1e2bd3187c8b9c9e8400cea1 1,281 0.66/1.00 vMB 40
402,127 402,127 00000000000000000317f39b974b54270dcc90b365f4ab59681ac6814029e40a 1,946 0.98/1.00 vMB 36
402,126 402,126 0000000000000000065defbf247acd03c8b38105e6c792d1662548d97bb4e6f1 1,028 0.43/1.00 vMB 41
402,125 402,125 000000000000000002ce358b1f053f16b01357f6b23a6abcdef8b9a49f87437c 154 0.06/1.00 vMB 42
402,124 402,124 00000000000000000263e992efa11abdb8859e9754f2acde3cff479d2fa7e268 523 0.34/1.00 vMB 36
402,123 402,123 000000000000000001a2c6a7240211d53c13b7c1f6bdea9d8010bd4d38391507 615 0.37/1.00 vMB 35
402,122 402,122 000000000000000001ed49cf52c483a240f4b0323c668bf277a1ec9ffea4b2e9 1 0.00/1.00 vMB 0
402,121 402,121 00000000000000000485102120067c830784b92a06801e09d3ca6c7897257d3d 327 0.26/1.00 vMB 17
402,120 402,120 000000000000000003f68163b31744ef25ffebacfef0a935df1f1d565772caf8 1,880 0.93/1.00 vMB 43
402,119 402,119 000000000000000000429d67533f0b12bebf7e2a4add0d5900488d26d629c42b 1,197 1.00/1.00 vMB 47
402,118 402,118 00000000000000000328833e6066a4c340ff9e5a2df825340b35a3f3fb9111c6 187 0.07/1.00 vMB 52
402,117 402,117 000000000000000000071a5ac9ca4de287ca3d312c82c983d71866b50e74a95f 929 0.49/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.