Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,605 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,386 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.93 vMB 2,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,385 (828,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,482 80,482 00000000003c7b9f529d5b256da3ffc786892e78ce6395f7f7d93177ed337832 0.00 MB 3 0
80,481 80,481 00000000004d321db96439ce5cd78274df3af0b60f9e8af330d434d2b1286db0 0.00 MB 1 0
80,480 80,480 000000000057df1e86e2c7ffd320c5738e4c0ce8fe7421c8de8d11c8dfa1dd9d 0.00 MB 4 0
80,479 80,479 0000000000276157386778136020638f2a9ad4328b65c0d1562859ba95b8de56 0.00 MB 1 0
80,478 80,478 00000000000512a74954912d54e322b873f497d98bbb3b151c47970e863dd64c 0.00 MB 4 0
80,477 80,477 00000000003757ff82028b1c6ddb17fc41a2def12577a6682f13b4b1b5eeae76 0.00 MB 3 0
80,476 80,476 00000000003954dc5313c4774807f2f2e3ac3e74dd4f1b9dca97c8579e7d0f52 0.00 MB 2 0
80,475 80,475 0000000000189d85d25e68350ad6fffb296a992cbfe35fd10b601a35bce9b8f4 0.00 MB 2 0
80,474 80,474 00000000001131a8aad1fd953d5066919873a7ad9946db9b92c6bf578eab0d86 0.00 MB 1 0
80,473 80,473 000000000023a9a0027b8f34eb2329a59b88d77d95ccc85fd803cf08548521b9 0.00 MB 2 0
80,472 80,472 0000000000582bc4bdb2e80d8dc7f2fbd0a4f5d0599eb1b1cd7c53f2b23c3401 0.00 MB 1 0
80,471 80,471 000000000050009d820034ff50f2b23be905efe3536ad83f1d6b04cb52156a34 0.00 MB 2 0
80,470 80,470 0000000000041eeecf1435c5a68b0fd81576c002c7282f3c988c50c2a1285a84 0.00 MB 1 0
80,469 80,469 000000000027a9076e5b967cbda44ffa3b8be3bcec4aaf529a239e24c71d06cf 0.00 MB 3 0
80,468 80,468 000000000036c778b76c06705bc29a091f0f832eb615bb7758f0964f8a23472f 0.00 MB 2 0
80,467 80,467 00000000001335d0ab02b556496b437983d863cbe9a4f53d547333b82b10ea4d 0.00 MB 3 0
80,466 80,466 0000000000251f1a0da1709813956a36fc3c42d9ba7f7f41fce7150be7015d79 0.00 MB 1 0
80,465 80,465 000000000015c07d7f788910dd940a593af50e81106c385c78c8712c2a4082dc 0.00 MB 1 0
80,464 80,464 00000000001130cbececa1c6345e8c822a5c01623e7396e1dafae9339d3c33d2 0.00 MB 2 0
80,463 80,463 000000000023b61a30091787c9e72ada1d21b6810c37442f239f9b06a9d17bd4 0.00 MB 1 0
80,462 80,462 00000000001bd598777163d9d3174affa559cc0fa846863f0fdd86654002d0cc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.25 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,069.44 GB sent, 109.42 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.