Loading Tool

Explorer IconExplorer

Memory Pool

83,997 transactions
31.90 vMB
0.10845715 BTC
Random Selection Loading Transactions
Max Size: 193.36/200 MB

Candidate Block

Mining Attempt 69d649cd5e87918a230417db49b04548bddadfab7a832011489c2c9372c3b766
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root f0f4fa58537d59af6e453ca10ceb8b45c5a1ee348f73496d4d92f7cf3505129b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.03709688 BTC
Feerates: 351.58 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (380,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,532 534,532 0000000000000000001e96b89e200a31d821467990d88cf454cfcc71e2547ab0 519 0.26/1.00 vMB 15
534,531 534,531 0000000000000000000b5fbde15a67f1132fb4ddce26cd26491e7777fde4e645 1,590 0.65/1.00 vMB 19
534,530 534,530 0000000000000000002b85fe366d4a53c9a58e74a743ae708f4641bfd1caeff0 1,293 0.58/1.00 vMB 38
534,529 534,529 00000000000000000005019522284bf95b0fe70e237393a47c9fbaccdb7662b1 1,963 0.97/1.00 vMB 21
534,528 534,528 00000000000000000000bcdf2c89ff76639324f7e3f71c7d2495bf176c917823 1,837 1.00/1.00 vMB 7
534,527 534,527 00000000000000000025a98451b39d7600e214db0a1f6cb09cc9323a8dcf805e 2,653 1.00/1.00 vMB 17
534,526 534,526 00000000000000000014df30a800458a0b9bbed2da10e0de3626cc3058dfc0b4 2,541 1.00/1.00 vMB 27
534,525 534,525 0000000000000000000bd70f66676ac6c3bfcf06b246de4b4aef6e7a6cc4f45d 2,030 1.00/1.00 vMB 27
534,524 534,524 00000000000000000014e94ed5126b333b24c53f7464270c07c8599115b0fd99 2,272 0.99/1.00 vMB 24
534,523 534,523 00000000000000000029661cbf2909580a5ba99f1f8b1dba3e322ba48dc35d9b 1,968 1.00/1.00 vMB 22
534,522 534,522 0000000000000000001a32486de44140c996230bef527894be1e9fb10a223137 2,082 1.00/1.00 vMB 7
534,521 534,521 00000000000000000007dc4fa3a56bb5b94abf3cce4b0e9f53294b9d4809d8f5 2,524 1.00/1.00 vMB 47
534,520 534,520 00000000000000000020167f9920bf05e75325ba02c7c683fa8fed9827ba0178 1,453 1.00/1.00 vMB 3
534,519 534,519 0000000000000000001c60e5f7fc83a2eef7da623fca60399f170e744a7fe286 1,871 1.00/1.00 vMB 5
534,518 534,518 00000000000000000003103f9889244e352dffced6671da9f0cbaaf3f52d1a78 2,368 1.00/1.00 vMB 38
534,517 534,517 0000000000000000002125891568edd0e7defee141c9e0ae63ce20b6cb0de7d2 2,213 1.00/1.00 vMB 6
534,516 534,516 0000000000000000001d458c54e13aa787b021b24d7ca815d62491b7692a1e41 2,355 1.00/1.00 vMB 60
534,515 534,515 00000000000000000027c17df43ee9b6bdd284b42390e706a52aad18b7a5812c 2,151 1.00/1.00 vMB 27
534,514 534,514 0000000000000000001ceb8ac587323b689dfbb00d089a3be6c68e344828ebea 2,491 1.00/1.00 vMB 38
534,513 534,513 000000000000000000205237602f4f3d80d4d9d4bb9ccd8f1d43dca044dcd3a5 2,238 1.00/1.00 vMB 46
534,512 534,512 00000000000000000017bfbd387b7aa4a8e579658013a3c6c85f2d271f61add0 974 0.39/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.