Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,832 transactions (2.19 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,144 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (872,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,534 37,534 000000002dfb187f0d1eafbe218909b0f260347dd88acdaf13e65740c2a52f33 0.00 MB 1 0
37,533 37,533 000000008461bdfa66c78591c301e8240fc3caccd9667ffc2cefe8be29f4708c 0.00 MB 1 0
37,532 37,532 000000006b06ee5a473071434fc0727cf6cd19da6627989abed11ed4444dc86f 0.00 MB 1 0
37,531 37,531 000000002df987b2c17f583dd6ab04ca177679e2b452a4094699cd4b1ff0d00a 0.00 MB 1 0
37,530 37,530 000000005c5ddfbe4abe9bee9bc44381e5832818429bc0493450e66198ed9f16 0.00 MB 1 0
37,529 37,529 0000000007bd18d4179ab30f563e005f13601910d395785df68f6b649e45956a 0.00 MB 1 0
37,528 37,528 000000005683b48ffe0d395a325bed6c2ff6b1622e9c275c7548f3e0784a50f6 0.00 MB 2 0
37,527 37,527 00000000138aaf5f25d04dc2bee072ca60112de0a26644d50e4b969b2aca15d1 0.00 MB 1 0
37,526 37,526 0000000033bc2442539f6ac88462b1641d785e6837f7c13d15b3998a744ef45f 0.00 MB 1 0
37,525 37,525 0000000018eab1d8e590e18d37be5adb4528ef7ef563157e6fce6e3da2bf808c 0.00 MB 1 0
37,524 37,524 00000000403397e337cbe9eab97ff4966df76182076b4a6efd23bce6e68793bd 0.00 MB 1 0
37,523 37,523 00000000675389c2b1ff1c2e4a1b34f36c4c41e7b3044174ed956538387af171 0.00 MB 1 0
37,522 37,522 00000000900ada85eeafd4284aa97b355a7cd40173af2bc87aa0795e094e4a07 0.00 MB 1 0
37,521 37,521 000000003c90161e3810b993104e7bad9ca40165e8dc6197d0cac7b13ecca62f 0.00 MB 2 0
37,520 37,520 0000000034a4c60607d143df712129322929ea119e663c1435c067c8c00cb677 0.00 MB 1 0
37,519 37,519 0000000078f202125b14e4b491aee3c9a49529818c34321342d77e11cd1c84e2 0.00 MB 1 0
37,518 37,518 000000003d615be07f3f96bcf78b8bf31a7df9bc5270de7bdaa7fa12d8a7a6bd 0.00 MB 1 0
37,517 37,517 00000000402339f0a53faff818debbd10bcb7f5ed82acca9623d67a75e706312 0.00 MB 1 0
37,516 37,516 000000005b24f0d2f68e29bb05e5ae88a8ab534f5ad011c35e2d200b75256d4e 0.00 MB 1 0
37,515 37,515 00000000a9b9ddbc2f32e00e660e4cf5a87c7f39b51f2a01e0a02b9e884fd059 0.00 MB 1 0
37,514 37,514 00000000a1cb0cc0fdb3643a17f27ff2951edac75f6d122b2d43236463d16638 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,152.76 GB sent, 112.53 GB received

Notes

  • This page updates every 5 seconds.
  • 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.