Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,855 transactions (1.62 vMB)

Priority:

  • 1 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
911,119 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,535 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,118 (886,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,514 24,514 00000000cce615cb13fcc41604ce192e450f894ed6b09e426f603431d764c317 0.00 MB 1 0
24,513 24,513 000000008b2e22539661066871b0b712f0f6d80b45a186d9454fda210b91f755 0.00 MB 1 0
24,512 24,512 00000000719e185bc47ed890b6fb114f6bf6afa4cb73a9b9392abbf0ae5812c1 0.00 MB 1 0
24,511 24,511 0000000012f744f917ef13e50d1510e62415e7788998943fc5cf153efec51bd8 0.00 MB 1 0
24,510 24,510 0000000036166731441751d861668b4efc7f3fa4179cbf243ca9b0fd1a07b14a 0.00 MB 1 0
24,509 24,509 000000002753fdb98c64292094a6d00af295609b151b5c9a55796383cb485496 0.00 MB 1 0
24,508 24,508 000000001dba580df32f115523891875a330461a28bfa33a95b670159034dcfd 0.00 MB 1 0
24,507 24,507 00000000d166976d72ecc73f15c7c55b807943a6e543173808a92dd6a381b05e 0.00 MB 1 0
24,506 24,506 000000007ebde2191a70204763be6235abda2597079fb4e1adb8edb7c0fd9ea6 0.00 MB 1 0
24,505 24,505 000000001087185de4d746034823312d2d6fa7d1f582c66d5f96110c6b47e9b2 0.00 MB 1 0
24,504 24,504 0000000081696dc8af47a6594cb082c8a1a68a5ea49224d19d93733d58684412 0.00 MB 1 0
24,503 24,503 00000000c4079d79ee29c99b418516f87ecef866ebeeb84d4337ff9f90930d3f 0.00 MB 1 0
24,502 24,502 00000000543e9db58755a26cf68d4a160dd9d13d116c4020de0461552d074a3e 0.00 MB 1 0
24,501 24,501 0000000079acb3708a66cd6460e1f75671519b94c58fc6a06bd8b0135292b92c 0.00 MB 1 0
24,500 24,500 000000004df6129bd84db8a3b4eefad3745bfae61813d2071dbeb8fef782e0e5 0.00 MB 1 0
24,499 24,499 00000000ad231d0fa902b66c5f41ab559b5a79e96c94b252831063ea7e48c46b 0.00 MB 1 0
24,498 24,498 00000000d59e8931e31beb82b866438a202b7c4fa4261a6e02eefb41611f035d 0.00 MB 1 0
24,497 24,497 0000000090db088f5fccc4d61ccf981bb4af856aadba74ac63214da405e026b8 0.00 MB 1 0
24,496 24,496 0000000002c62fda1c579d143e15836b21e960c6f24e24dcd47dbacad427e5b7 0.00 MB 1 0
24,495 24,495 000000001e1d619752485d19a735e54e9288af442b6205e1583d6e95460f07c1 0.00 MB 1 0
24,494 24,494 0000000076fb29e0164cb58cf3b49f4def07004b244e3c54b42fb51f7a6fd55a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.46 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,370.17 GB sent, 126.07 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.