Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,824 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,160 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.86 vMB 2,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (892,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,671 17,671 000000001bfa6b3ec7c74e6fcabdce2960cbd7cec5bd210c0cd3a2b71b3a9526 0.00 MB 1 0
17,670 17,670 000000005a9bcab04c7a56f9903af8e86d232484fbce245ae04a2601f2cb9679 0.00 MB 1 0
17,669 17,669 000000009444a11f89b7e0c75673b74d7d540292221649a71e5b029350137df6 0.00 MB 1 0
17,668 17,668 00000000452b1867d6483f30a9fb997f1daff4b8bcf7469179cbf772369ef23b 0.00 MB 1 0
17,667 17,667 0000000064e2d89a468315f25da3dac69ebeadd5622fb7332a70679bc9661320 0.00 MB 1 0
17,666 17,666 000000009c937a8c40f1955010ca893f2855843ba83ce2fcfad61ce850bbc800 0.00 MB 1 0
17,665 17,665 000000007e1f382bbb1250aded59a534cc0b983a8e02e6cba642ad20f9795e76 0.00 MB 1 0
17,664 17,664 000000006d7e10ea460a2885e1b98e885d43c8a22087e53998b48a230ec73891 0.00 MB 1 0
17,663 17,663 000000009d971457c27f12d84c4f0bb2e0b50df17d4afdd34cc6546b69e63b34 0.00 MB 1 0
17,662 17,662 000000008f156b8737e188785436434f9c038f9dfcad4def9d5fdfb1dfb699cd 0.00 MB 1 0
17,661 17,661 000000001568409329dca91375809a65529d28d4c7b4387e7b3d41ca0af26134 0.00 MB 1 0
17,660 17,660 000000001527bc0cc5a11d655aba04a5d3b53ce5791272c0961b25d8a3758f3a 0.00 MB 1 0
17,659 17,659 00000000231a2335c7db6f2034e930aafad36a274a8424e10efd8b1f81273426 0.00 MB 1 0
17,658 17,658 000000009bd958a82c6da939dbe2972b121cdd41879482ed881b830c92f56300 0.00 MB 1 0
17,657 17,657 00000000c70f8f5f7ad4cd1a78dea5159ae0a8dad25818a18c4b4f0fd60a23c4 0.00 MB 1 0
17,656 17,656 0000000092e9df4535232ff31ccb19c220808ef13bea0d9677aebdbe3e684946 0.00 MB 1 0
17,655 17,655 0000000079e7a8844f5e0204cfe2da6610ec497bd3bdb1a1e5e7a613069f35e2 0.00 MB 1 0
17,654 17,654 00000000bad56b50cbb12ccb449a65cc3f1a8f40971b0715d8170d75bea38d34 0.00 MB 1 0
17,653 17,653 00000000579d8708a06b6b32ada6309405f1ca2cceed27f48717ac966d5a9ba3 0.00 MB 1 0
17,652 17,652 0000000059ae075795dd0d5aec6c35422e1a5a6cdf576878bb382d378fe892d1 0.00 MB 1 0
17,651 17,651 000000006b734243a25b8cab511437107b2c6ad11584a4d2f060478181cf29f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,193.79 GB sent, 116.94 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.