Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,423 transactions (1.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,087 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (888,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,802 21,802 000000002899f370587a1246f6fedc465f12091390f61c71e2e22940700cdb48 0.00 MB 1 0
21,801 21,801 00000000ccb77294f9b9f07bcf006d9f58c23f690da35f48df31c0c2dec650b7 0.00 MB 1 0
21,800 21,800 00000000d4fe2d10393178fc184b1fa2285389092b561f1b00e4a5bdcd79589c 0.00 MB 1 0
21,799 21,799 00000000cbfc5d1fee81511ce944592ddb488f6ce6fcdc6e97cd150233754e33 0.00 MB 1 0
21,798 21,798 00000000a1aa97aabc5cfde1fc12af41aa256c29c7dd7481e6b6a78e1d31e570 0.00 MB 1 0
21,797 21,797 000000004d64dec354a29d845a6a2677547d8143a8415d88205e1faaf8f74780 0.00 MB 1 0
21,796 21,796 0000000071a75b65f1c0976b60b48f7b1c65e4cf2371ff3604ade358fcd7dcf9 0.00 MB 1 0
21,795 21,795 00000000cfd51c09fd4b4afb4f25239a226a1fc15c989ddcb1a19aec73b6987b 0.00 MB 1 0
21,794 21,794 000000007418402205f3058a5657515d6f78eef3027a172696ca39345302743e 0.00 MB 1 0
21,793 21,793 0000000072d10bed99b8393b019e85a4d653b9ff24496927de40795f1cd6b269 0.00 MB 1 0
21,792 21,792 000000007102279176beb8a14af9e74dd08a9a651eda4c296c5f31386157c89d 0.00 MB 1 0
21,791 21,791 00000000d3eb35321335c82f345ba9744eed73d43217b04740ac052e76f3bbe0 0.00 MB 1 0
21,790 21,790 0000000080e09f5ae42ada5922406e6af6ce0ccf91c7bff47f914322438287c9 0.00 MB 1 0
21,789 21,789 000000001af88cdb66b2fc575ee6b7819ec05001e34126ed85e8c6861f906672 0.00 MB 1 0
21,788 21,788 00000000f673fdca728d0722b0986a07e956a44121fb85169be8db7c0e4c43b1 0.00 MB 1 0
21,787 21,787 0000000091fd3043b17772ee1bfd688a4acdf7d4c21b2e2c564168f513a5099e 0.00 MB 1 0
21,786 21,786 000000007499aabcee6b113bd46e307ff5ee6ec2de1606bf7a940e13e357d826 0.00 MB 1 0
21,785 21,785 00000000ff28d5088230cec63270dbc14e5acfc7ccc2c33c2e177668a188e855 0.00 MB 1 0
21,784 21,784 0000000019f1ca504488d79fc06e258c73f0b1a8682e052ab0a7c075d0b64172 0.00 MB 1 0
21,783 21,783 0000000009efba86dc7c963c97ba4ca08a3cb29f5361069b5aa8bf8a18368c68 0.00 MB 1 0
21,782 21,782 0000000043f09a877ea7421ea6e3bd111b2a5615be7a6ae5d42309cf66cac2c3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.50 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,186.16 GB sent, 115.85 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.