Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,149 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,418 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,417 (892,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,486 18,486 0000000028ff4090bf29be8c9c13cb960d7786acd01e95cdf4b91d39791fa110 0.00 MB 1 0
18,485 18,485 00000000b2928afda2cf5933ce2ec126bb0fe85a44878370ddef8a49e06415cf 0.00 MB 1 0
18,484 18,484 00000000c0172f1f025825c150ce2bab536574cd070dc4216714f7787f118286 0.00 MB 1 0
18,483 18,483 00000000efc555f0fd73cc88c3dac1183abca6b8a8bd91ddeb7dcae1d67eb1b3 0.00 MB 1 0
18,482 18,482 00000000f465a8d5826fc6bce0fe245bc8eb04a184d3bd1b90a4dc17748ce9a5 0.00 MB 1 0
18,481 18,481 00000000c2a100c203c5989869a9ea6311e63c3e8c646c80862e52bb28f09228 0.00 MB 1 0
18,480 18,480 0000000007011810d1ffbfe6a3cbb04449187f72c9a6adf4cf21e716523e0bce 0.00 MB 1 0
18,479 18,479 00000000c4712a726080784c4a944a7392f9133be6a2b841677726a3c258b9fa 0.00 MB 1 0
18,478 18,478 00000000e52f36806e0c00d283c93f15c434e33946608bf3d762416bb33ed31b 0.00 MB 1 0
18,477 18,477 00000000487869be8cc38bab670d810733896025deeeee745e425a188a82c39c 0.00 MB 1 0
18,476 18,476 00000000013b3eb6261f4ce8383d737af24d404b47b2ff7f289e75f3b230ae74 0.00 MB 1 0
18,475 18,475 00000000b946ef9df1886c100a7365c39290767b86d558b833150f4afb201a16 0.00 MB 1 0
18,474 18,474 000000009bc55b49b227c99c73a4f5c9e88610b146f21f7a45610e6054987271 0.00 MB 1 0
18,473 18,473 00000000f02eaac10c25190b8996cbc2e1fa57e9354bb94a038c1097078cc45a 0.00 MB 1 0
18,472 18,472 00000000d042547a65103913519f54fffe32cc2113222a68d13cd0beb56358a7 0.00 MB 1 0
18,471 18,471 00000000b766387504e5777f73ee1a81f5a7f0ce927ed49354e705e8e4bfeac7 0.00 MB 1 0
18,470 18,470 00000000b595fd5889a3c51e38a8fae56a3604fc21b9c892adf7ae7614cf09b9 0.00 MB 1 0
18,469 18,469 000000008650d67a92711bb7bb767faebc81641dcfa36d804c6f516ae5a2a3a9 0.00 MB 1 0
18,468 18,468 00000000bda193a4e5effd70d433a7d8d4106e6f4123919c99447228d6e778d1 0.00 MB 1 0
18,467 18,467 00000000485fbbda5c2bdbb6c980f5ec7346debe7dd88b72ac6b52f670728f47 0.00 MB 1 0
18,466 18,466 00000000ab4066224306cf8d3fc7a6c0849caef382c5a6a3b61cb1ea84b59bf6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.01 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,405.27 GB sent, 128.86 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.