Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,111 transactions (2.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (867,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,619 42,619 0000000034309365239bf6db8f9f6c4e8540efe61f6f4c27fa84105cb4a50da6 0.00 MB 1 0
42,618 42,618 0000000040c4f002698ee5d62ab1bfe385e4033dab83fbb88755d901b1d7ded8 0.00 MB 1 0
42,617 42,617 00000000088360b49eefbe95d64b441bb48898521a539417f69d0268f029a4a8 0.00 MB 1 0
42,616 42,616 00000000177f4817ce37e5c9bed42cf8f2211f121705c0aafc978a254541016b 0.00 MB 1 0
42,615 42,615 0000000019600c534c1432208526b36301f0c45596cccdf6381eaf6ef0fdb69b 0.00 MB 1 0
42,614 42,614 000000001fd704c1cbdbde22857269b39bc81f2e958c79190cdc11dbf4a480fd 0.00 MB 1 0
42,613 42,613 00000000358cafa66edb11c5ca59d16544ade46e7f718c68cdd3c1792b5e2276 0.00 MB 1 0
42,612 42,612 0000000041ddcb157e5edffd8983ee99b5bf9cf86321590f3a32efe092697789 0.00 MB 1 0
42,611 42,611 000000003eaf625bb3821dd2ac3c21c1fa9d52072c72c2883072e39f206e36d2 0.00 MB 1 0
42,610 42,610 000000003601f73bb375e7e048775e2e8fef5b0af3a9a76763386ae0fd73469f 0.00 MB 1 0
42,609 42,609 0000000042a38e8ef16f313651c4db2bc3107ce2fd34e58a22cd24fbceb8aea4 0.00 MB 1 0
42,608 42,608 0000000015db78d65f8b144ea2b7c9e6ed544aafd4f443173d590a290716cfd9 0.00 MB 1 0
42,607 42,607 0000000004a5e40733b0d35e969464c3e0300d53b80ef701f61e7704ef974c56 0.00 MB 1 0
42,606 42,606 0000000023c13957330243f92913538a5cc9feb561612806f65197b159041432 0.00 MB 1 0
42,605 42,605 000000000aa27f899c5a6af661deaeae5e029a2acb6f31ff5ae03ff30857d6ae 0.00 MB 1 0
42,604 42,604 0000000004a0720e0518dc305b354ab740206174936837a16a9a62703319a8f9 0.00 MB 1 0
42,603 42,603 0000000013136bd812212959a15ef0ea0f084ee2c64e2f7f0e127d198f67a37f 0.00 MB 1 0
42,602 42,602 000000003cc635cded4c5ebf100a74a49575faf6917788e60edce55fc94f3f73 0.00 MB 1 0
42,601 42,601 000000000b62382fecc935f06b79359f52affb7defa97026183aebf612613100 0.00 MB 1 0
42,600 42,600 000000001f4b9e962992c36c6305abe2d285046a770727555d9cc4de29adab4a 0.00 MB 1 0
42,599 42,599 0000000025b965e0f6d3e1438eff4968da7363d6d018fa41b898616265969cd2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,194.19 GB sent, 117.11 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.