Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,228 transactions (4.77 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (6 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (3 blocks)
  • 7 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,700 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,982 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,699 (876,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,069 33,069 0000000022afe569a1fbc8234128afce9695ad18327b6f4a9935744c00090749 0.00 MB 1 0
33,068 33,068 000000005c294c42376d25ba3222ef271cc6b55ef277c0f1866eff0f40bfad27 0.00 MB 2 0
33,067 33,067 00000000384f5399a5faa638b76d7b2825745baaa2f64a4abd7881ed61384bb1 0.00 MB 1 0
33,066 33,066 000000007fb0a75290872bb7effdcbec3fa7e9f3abce4914af5a515b87e4f08a 0.00 MB 1 0
33,065 33,065 00000000ce1cfc0a26b2f0eaad4f314209e104f2b91e4c9c28395f37dacf8274 0.00 MB 1 0
33,064 33,064 0000000088cd01256190d0a943a4eb3bff708ca68b850bd61dc8c0679846d0b4 0.00 MB 1 0
33,063 33,063 0000000028d95ff42125ca423f4e8167e1877ca40eb3eb422394c03fb4a88cfa 0.00 MB 1 0
33,062 33,062 00000000595c3c755654c9c5b78ecff144a65d20fdbdc36de53b784cda5b11b5 0.00 MB 1 0
33,061 33,061 00000000760717d59d856bbfbca6a3c54a55bed3efa5999e22a5676508569587 0.00 MB 1 0
33,060 33,060 00000000033bd2f47f7c9ccbf576f16da2124c1390afcbef2c1e2d07ee16590b 0.00 MB 1 0
33,059 33,059 000000006b4d11bb26b3644379232248709e738dddacb8b4d288ac8417f54254 0.00 MB 1 0
33,058 33,058 000000004cc7721c14fc7ba3140b3cb1ce42ef9084260e1bb2253adedc54692b 0.00 MB 1 0
33,057 33,057 00000000b29f0ae1d27c67657e11b108449df56d4f78aaef010c24504931f208 0.00 MB 1 0
33,056 33,056 00000000bd1b6a8e929cd14fecd3d48162ec8a5153b928083debe61295a8a1eb 0.00 MB 1 0
33,055 33,055 000000000ff732da3206f69c3bf2927af374a3de0132c6b09237503d7e502205 0.00 MB 1 0
33,054 33,054 00000000c01316d9b8b235e0341d437a146fd6bd49ceb89fc8e36f03129de204 0.00 MB 1 0
33,053 33,053 000000007c0e935633a7be469310f29be67920e4056f73577f73045cff62e15d 0.00 MB 1 0
33,052 33,052 000000008a32fd35dee54ab629968666b912a351ede05dd536285bb490945ed0 0.00 MB 1 0
33,051 33,051 000000001d81fdb8731a47d5d45008f9e41fa1edd36b4b0c865fa1ed718fdba8 0.00 MB 1 0
33,050 33,050 00000000a924c2374a75218418cb1805335e056c688a65cc1a6e3dcb929b6128 0.00 MB 1 0
33,049 33,049 000000000c9d890f5841add78f97e04c2b7a00f4bf1924f95c92bc9da0c875d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.85 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,155.93 GB sent, 112.64 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.