Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,202 transactions (0.32 vMB)

Priority:

  • 1 sats/vbyte = (3 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
911,096 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,190 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,095 (879,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,952 31,952 00000000275c77ee6e45956173e379aa90b49038431e25b57e5bd7e5b6d1c1e7 0.00 MB 1 0
31,951 31,951 00000000501fd2615c0fb47beb7b0cccc83f8ae23fbd4fa2729bb75bf0aff297 0.00 MB 1 0
31,950 31,950 00000000553acbf4403e0b91a6299e1b827ff12ad389d0131f5589679609523a 0.00 MB 1 0
31,949 31,949 0000000058972665696b4d9591ec98dc27a4ce5c952e05a2d8c510904aa4aa7a 0.00 MB 1 0
31,948 31,948 0000000047b5b86a79472966d3395ec270bc801645d296634fbeb6cc03d5b379 0.00 MB 1 0
31,947 31,947 00000000ab694135eda225fd3e26d160d21ed48d147dea7a4698aaed513d910e 0.00 MB 1 0
31,946 31,946 00000000914a1e4ef524f163b3e5d3a0d33769c1dca53ac08866aee5f0f13505 0.00 MB 1 0
31,945 31,945 000000002f419fd8ba73e6edab1660c4d93fb30c33d570be9ffff34b6e061835 0.00 MB 1 0
31,944 31,944 000000000bd0eef2186b8b67cf48aed9b7f112648b7cc5e02e1e016a82e0bf12 0.00 MB 1 0
31,943 31,943 000000004afd5b49fe12a9b8299b18dc4c6864fd2ccd153c4b262418dc168bbe 0.00 MB 1 0
31,942 31,942 0000000047c378d9b22bd789448b861055c83ef4e4461d0793036e2642fc1967 0.00 MB 1 0
31,941 31,941 000000002bbe7e3108af7ad9fb7713c5799c05a34c1de8ca3871e7e6e05a86f8 0.00 MB 1 0
31,940 31,940 00000000c47714d68b0e30d5876a7c1e8e63022bee43b5a77f62e7483bea1d78 0.00 MB 1 0
31,939 31,939 00000000ee6dcb44d5fec6dcc5cea68bce30c6854246dd4900eed132f5b57776 0.00 MB 1 0
31,938 31,938 00000000fe280504a4bece020c7f0cd7fa56a2d740024900f82d8a52de5c4158 0.00 MB 1 0
31,937 31,937 000000009784612b3a5d150cd001942bda3923de39aaab87fdf630c1b3316e16 0.00 MB 1 0
31,936 31,936 000000006223c6afb28a030bc4961b31417d0eaddb7657fe98e12febb6128a2c 0.00 MB 1 0
31,935 31,935 000000007e56c1b50f469da569ebe0b4e173cd1159825c5e10cb2ae6ee30060e 0.00 MB 1 0
31,934 31,934 00000000f8906d5facb0ad31168449c337d61555945e720af92727a27925aaae 0.00 MB 1 0
31,933 31,933 00000000ed39fef957b251e4962320675aca807066a270163073e8df87898915 0.00 MB 1 0
31,932 31,932 000000001673a291746be07e3e1118a473dfb95b056f4535feb769dc12739923 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.42 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,369.03 GB sent, 125.87 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.