Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,246 transactions (0.49 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,153 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,152 (875,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,085 35,085 00000000798184fa4d26a6201e86643d388bd06e54d5bca6968d750d3f7d4749 0.00 MB 1 0
35,084 35,084 0000000096c9bf9554813c987e7becf6f1c7ea87d3ac3a3b8b499f4c8b44d1ce 0.00 MB 1 0
35,083 35,083 0000000045f2ab90921c7381601006504506027272bbb0b17becd1c3576bace6 0.00 MB 1 0
35,082 35,082 0000000090de1f9d0ea02d6cf8b6189d298016fc2af6e7c69127278facb43473 0.00 MB 1 0
35,081 35,081 0000000092ecb2f6ea3af5be6f7a9086931d972c7d5fb63c54268c7554b86010 0.00 MB 1 0
35,080 35,080 0000000064193d6bdb5bb047da43afcf9601f746b944b6fcf37d2a953b49650a 0.00 MB 1 0
35,079 35,079 00000000728b8c1779654f3db0ea59855877c1afc138c01ac43520bfc26a3656 0.00 MB 1 0
35,078 35,078 0000000094d8251b602fe13d34bbad78f35a6b37bf9360e9d03c568c1b3ba54f 0.00 MB 1 0
35,077 35,077 000000007cf60f3a3956071cbeeb46f20baddd1fd3a6238eebfbf26cc74ae0b0 0.00 MB 1 0
35,076 35,076 00000000687b8cbd74d2b240f02c298a077c135585ebb71f50a1491c585d8d9c 0.00 MB 1 0
35,075 35,075 0000000050abd4553c0c9cb5e1c0147a671d663cce11c7201cff73ad5caa6103 0.00 MB 1 0
35,074 35,074 00000000283087801672ef8551c8e4f5c437b870e728496a53f637b8791fd418 0.00 MB 1 0
35,073 35,073 000000000a19ef4cb5fa509ba58845b2dd273fc8c9c975a4ecd92816d8bc88ba 0.00 MB 1 0
35,072 35,072 0000000098a9640be5ab9cfbb6a188cded0b1cb2dd28eb2fb42efda2756c5531 0.00 MB 1 0
35,071 35,071 00000000a0ffd31541717c68e4d99dc6af27bc5797763d146a50180ed6bc6421 0.00 MB 1 0
35,070 35,070 0000000094d5355d1339b0529e9e7c89afa6969704e0b977cc039688bedfcb17 0.00 MB 1 0
35,069 35,069 000000008a942e6602de8793d349b1243f72d57eb4d09eef9768a17f5c9ee40b 0.00 MB 1 0
35,068 35,068 000000003ac68bfde44b311ca2f837e525feaaa432c0cd9c383fc085ad6ee40b 0.00 MB 1 0
35,067 35,067 0000000077f30284ff7a2592f7d8b414b930fc36cf60f0df0c0e873b0b0d5022 0.00 MB 1 0
35,066 35,066 0000000083412896cb546d8b147c6d9e283fcd416a00b47a5c83294062c9af70 0.00 MB 1 0
35,065 35,065 000000006e59a12c241ff8b4072aa4d665fd3c675d32a748e8214c7242c51b09 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.41 GB sent, 116.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.