Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,613 transactions (2.91 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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,182 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,328 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,181 (865,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,143 45,143 000000001ef616c6feefc5e1631de3044ad04a23d2b1e03a81ecd127fb43e174 0.00 MB 1 0
45,142 45,142 00000000244a8636c03de1992435726213bf511b896df1db2df241dd0ab3b923 0.00 MB 1 0
45,141 45,141 000000001465395a4fff66a8ac734446173511ec22a729de15e577f809d96f3c 0.00 MB 1 0
45,140 45,140 0000000008b56bbac6bf6a97b24cb1db692f2768597d7dbe2fc4bc123e605ff2 0.00 MB 1 0
45,139 45,139 0000000022dbc06b1001f7d8912c34e2335c11517de27c723c3c630a45ce3315 0.00 MB 1 0
45,138 45,138 000000000852a10c0b8e3a020fe628e4f1436f2d00151a39542d7dbef8511178 0.00 MB 1 0
45,137 45,137 0000000000a22c529f56cc8e3b85810f1e1ba463ebcc2b39a22921cadeaaac8a 0.00 MB 2 0
45,136 45,136 00000000133dc44d45b0ee2c96daf58b8cb9d6a2d56ecddfdf9a35314cdf8ed8 0.00 MB 1 0
45,135 45,135 000000001cb5f270ad1809c379b504e5f39334f81604aa1335165cac88a6af82 0.00 MB 1 0
45,134 45,134 0000000028eb8c9545b0c849fe13ff9a6a35ac93a9a9b4a0b3745e582d211f35 0.00 MB 1 0
45,133 45,133 0000000032ab95f364d5cc95acf434dab0c203ad5eb4aada7dc6480156943c29 0.00 MB 1 0
45,132 45,132 000000001dffa57f0f5548789787f50191011af073faf351ad498dee37754425 0.00 MB 1 0
45,131 45,131 00000000269611984e5c28a19d6e3d49de551656b4582c2b24e5cee9a2dcb288 0.00 MB 1 0
45,130 45,130 0000000037a5c5a919a9dfb01a6953fb21eecb478b493cc6cad1d6fae4c1cd75 0.00 MB 1 0
45,129 45,129 00000000078d52c690d98d39462e0841fe959fbf9b4972fe432cf60d6261376a 0.00 MB 1 0
45,128 45,128 00000000154589b2e59954b7575eb35582023438015b85f49532122a9d8376fb 0.00 MB 1 0
45,127 45,127 000000001be1d1ad236da6f80bcdda6a69b71ec13b6f86697a24f5a27519b12e 0.00 MB 1 0
45,126 45,126 000000000c37d901fc9e91024c9d44e2ceb9260822c22f431b7f82151a3a3d81 0.00 MB 1 0
45,125 45,125 0000000028442d444a03c0cbf00337b582f5bb06863d2e77af819c1f895296e1 0.00 MB 1 0
45,124 45,124 0000000020239cda1940e030411e36d2d0ee142c766ffdbacf030d66b9706a0c 0.00 MB 1 0
45,123 45,123 000000000278199cf44da4b611de57afa75f1bdee774b78eabda6dd4890bd02a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.73 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,194.93 GB sent, 117.23 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.