Loading Tool

Explorer IconExplorer

Memory Pool

80,914 transactions
29.95 vMB
0.07632306 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt 46b8a4d8b5dba75364e748a2e22107bce06f050703931a6e1886a1250a3ff2a7
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root cc59a4f3538317fa889f5187c04ac317ece8858dbc1adf30450a598608f5b2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,120
Size: 1.00 vMB
Total Fees: 0.01520797 BTC
Feerates: 502.67 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (626,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,414 288,414 0000000000000000813d3fea6188f0833544cce6d8557a1e85fd4b82f4716e21 39 0.02/1.00 vMB 28
288,413 288,413 00000000000000008d38b0e8046d5e8b9c493720eb2eda3b1d800e23ee5495b1 79 0.08/1.00 vMB 19
288,412 288,412 000000000000000005228901b34bdd0573b4eb5997c2207564edb7194ccb92e5 364 0.31/1.00 vMB 31
288,411 288,411 000000000000000108a1eec436687a1ce7801cfe83be376644e68d396049d997 389 0.35/1.00 vMB 24
288,410 288,410 00000000000000010e8ad4e25d95909f3db3471ceeccba2c35ffd2d70bb137d0 132 0.07/1.00 vMB 28
288,409 288,409 000000000000000028f69f5c751087cd39201b5d4b25c12a8f9c7b7d8ddd8a85 794 0.50/1.00 vMB 27
288,408 288,408 0000000000000000fa8b76f22c35f9a0b44cfd24c5f97be3e25a6bd096f6a4be 562 0.25/1.00 vMB 41
288,407 288,407 00000000000000009afc9c9be90b333cc6118b0c84d0910d69fa1449327ed73c 808 0.35/1.00 vMB 40
288,406 288,406 00000000000000001bcbec1de9e0f6beb6891b71f299c03f5594f2bc6078366e 765 0.35/1.00 vMB 37
288,405 288,405 0000000000000000aea6a8248de5b2394e0976652e5c3c417119263153a30b7b 188 0.10/1.00 vMB 18
288,404 288,404 00000000000000002b94048daa26c64dd8edd9eca5c980efc5fd348c94c3a151 253 0.14/1.00 vMB 27
288,403 288,403 00000000000000002e60917bfc9cda6c5db3b7b247db4f80bd3245f3e069cc54 1,024 0.86/1.00 vMB 23
288,402 288,402 0000000000000000bebaa4c8a9b28b07f943622054981f566459cefb8557dbfa 183 0.06/1.00 vMB 55
288,401 288,401 0000000000000000d8794082ac5df3a5de7570809b2465064ec151a58fdce149 1,119 0.50/1.00 vMB 37
288,400 288,400 0000000000000000fb4a82b667cd4af4dafd995da2f587d8fe7e716c69c08bbd 195 0.13/1.00 vMB 26
288,399 288,399 000000000000000086bcc55b09e34a76c997bebf6525e00e15735a366b332116 251 0.12/1.00 vMB 34
288,398 288,398 0000000000000000c94046f8d42b0964fe35b3c50867bd3ff1da02cac23a8479 767 0.45/1.00 vMB 31
288,397 288,397 0000000000000000b0b50c1a86c1bc6d43d978edc2f01d95176d380ae68de122 339 0.30/1.00 vMB 21
288,396 288,396 0000000000000000106765ca8414d8b0a09b32d6664af8caa4ddbd9d23f4a91b 120 0.04/1.00 vMB 38
288,395 288,395 00000000000000007ece311f07662a3d3a853adf39212641368c91ba4648bb41 1,297 0.72/1.00 vMB 28
288,394 288,394 0000000000000000556b4c1b96131acfb458163f8da777169b06b0c3b92f2ecc 520 0.35/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.36 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.55 GB
    • Received: 14.86 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.