Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,522 transactions (1.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,010 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,786 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,009 (847,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,812 62,812 00000000002ae83a4da24bc9861b91a0f4d3cae978fb5d1f37e7b88f802189de 0.00 MB 1 0
62,811 62,811 000000000bd700d0223a9417d4e722d5dfa7b906b43923bfbac1bed902f5a1a2 0.00 MB 1 0
62,810 62,810 000000000a4405070907a456828f5a6a41f903fa4e029001a554a616a8142e02 0.00 MB 2 0
62,809 62,809 00000000097388ce83331efa6904070449998c5b76bd16be628238d5296e7dcd 0.00 MB 1 0
62,808 62,808 0000000009c9bc33457dc9e09f4e0643a56bf23474a961c43058d78898e5fbf7 0.00 MB 1 0
62,807 62,807 000000000d10ca69fb37c1c220c80629b2b3fe33e1174214ee070fe250db1869 0.00 MB 1 0
62,806 62,806 000000000613c19dbee0c940a2df380b899c1e5296fa400f8c7c057e7d56a682 0.00 MB 2 0
62,805 62,805 000000000829ca6dc84ede7b4bedb7781bb9df79fab4e848eec39fa60ae2f624 0.00 MB 1 0
62,804 62,804 0000000004e5a3322f7fb9a35c69fecb6f1ee8781fc5a4d0874a845646dd473f 0.00 MB 1 0
62,803 62,803 000000000910a7348d93e3d4f44bdf6ceae464ebefdec3e38531ca741d71695f 0.00 MB 1 0
62,802 62,802 0000000000e3048ecad0dc9282d4b0053cefed9a7465a8d84d1ca3cc08b6aa11 0.00 MB 1 0
62,801 62,801 0000000009524acd10591fc25aa9280942d25e234ee73d7755719759965f77ca 0.00 MB 1 0
62,800 62,800 000000000a9b8faae20927453c6dd13e6ae86383bca56e5daa14b9606f93873e 0.00 MB 1 0
62,799 62,799 000000000b2f5606b26045922658a8607845907ea410a306d5149434383b55e7 0.00 MB 1 0
62,798 62,798 00000000000a9040bd4b4dbe1abfbc29f890d08553e5495d0ad360d5a66f1e3c 0.00 MB 1 0
62,797 62,797 00000000064d0e628e99cd6e6bded6346c80973f6588af92f10e3fbb0a8656df 0.00 MB 1 0
62,796 62,796 000000000389c009d7600e24464ae295f54aa2866862ad9f1ed7b5b07d65ad3b 0.00 MB 1 0
62,795 62,795 0000000001044b992559c0cd213227df8a9071597183d8c8e0a5bfa36a9836ba 0.00 MB 1 0
62,794 62,794 00000000004565d9df1c0ebf1fbfb4fbce5db8970c4d4a52bce80aa7bef7d8c5 0.00 MB 1 0
62,793 62,793 000000000a73130a159d62d695cbb70ffc035809dce8a290afbe02952919c104 0.00 MB 1 0
62,792 62,792 000000000b754c3fff57a907128c166bf10593e0ac91edb97161260ed15ffefb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.41 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,184.47 GB sent, 115.33 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.