Loading Tool

Explorer IconExplorer

Memory Pool

42,766 transactions
26.60 vMB
0.06301120 BTC
Random Selection Loading Transactions
Max Size: 139.21/200 MB

Candidate Block

Mining Attempt 4138ae1aee9a537eb329f4e935d9cd133a8c28482919bc4d8de55e73e370102f
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root eb3f6fbe4d0b5eacb971386724f663d18df2621296ab9893e4acfe6179e44e89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,449
Size: 1.00 vMB
Total Fees: 0.01395308 BTC
Feerates: 150.77 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (315,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,386 599,386 0000000000000000001199191a365d8a756821040995336f95d32a333a62d4c9 3,477 1.00/1.00 vMB 26
599,385 599,385 0000000000000000000d31e4f219cf4d86e6c99d31c7b873a26b0ed5edc013f3 1,866 1.00/1.00 vMB 16
599,384 599,384 000000000000000000080acf2ee9101f5066315cd4e9211e8b56cf5035cf8a76 1,624 1.00/1.00 vMB 6
599,383 599,383 0000000000000000001183a3eb400a3b3c4fede145a1c71a476355073dc3da9e 957 1.00/1.00 vMB 8
599,382 599,382 0000000000000000000a4e8705e7a5f360b36d549648d4bcef3a17a0624da157 2,702 1.00/1.00 vMB 17
599,381 599,381 00000000000000000006563eefddcdef1dbf2500c6b62a4718e4e98079360fdb 2,789 1.00/1.00 vMB 16
599,380 599,380 00000000000000000003347df6f7f6a9aca477d1039e9aa8909f9ce1de0e62f2 2,678 1.00/1.00 vMB 25
599,379 599,379 0000000000000000000cd722510b42af442acb2d112094266577f0d881846835 3,266 1.00/1.00 vMB 43
599,378 599,378 0000000000000000000a12a2c6a68d0b43e8f00132fcab5bf92945644faec18c 2,520 1.00/1.00 vMB 11
599,377 599,377 00000000000000000002b9d296e20178617a2f03798b14fce33065704a2d413c 2,706 1.00/1.00 vMB 9
599,376 599,376 0000000000000000000fc08b8f77c6102dc04eb764abeddbca483106654ca02d 2,134 1.00/1.00 vMB 21
599,375 599,375 00000000000000000014299a4d0d8e44acb1417483df7ab6c7c0c2516cbbdcb1 2,804 1.00/1.00 vMB 23
599,374 599,374 0000000000000000001569a85a45316a99b6c7e802ddabf946dba474f8d35d87 1,946 1.00/1.00 vMB 28
599,373 599,373 00000000000000000009a6c9b0a514017b57f7c8b712a1aca1c8d63c052db71e 3,272 1.00/1.00 vMB 23
599,372 599,372 000000000000000000115399bdbed5851beff93c20719f073595a377d2dcf4d3 2,029 1.00/1.00 vMB 29
599,371 599,371 0000000000000000000bf65198f7785090da5a14c3f5835c7fd2bf4176cd22fe 2,084 1.00/1.00 vMB 60
599,370 599,370 000000000000000000061318f677c3bc192384448f4b37213fd5174c7c22318d 2,342 1.00/1.00 vMB 13
599,369 599,369 000000000000000000072fba52525d41f987bf16f32387709ccf9a1e7b9e83f2 2,901 1.00/1.00 vMB 30
599,368 599,368 0000000000000000000c6941bd8aa0b7249c24a3d4d2ee41600d53d033b0cf00 2,900 1.00/1.00 vMB 33
599,367 599,367 000000000000000000016012aee27a7336cac822675f5daf78bd8aa6f83e22da 3,114 1.00/1.00 vMB 25
599,366 599,366 00000000000000000011d1236a408e1f0fda2da3a8ca35d4b6fdff855bb98437 2,813 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.