Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,519 transactions (0.94 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,206 000000000000000000022cb30000000000000000000000000000000000000000 0.94 vMB 2,502 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,205 (882,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,437 27,437 00000000e1d3d83d4dfb3fb86eff159b8f7b7ca2975b51c2078a0f25ab1c38cc 0.00 MB 1 0
27,436 27,436 00000000fa367301ff1d8a06bee3ad6b01dde99f19b8e026b8d77a152457026d 0.00 MB 1 0
27,435 27,435 00000000f4d4b2ae93fedb21a59e51d8e9a9d36cd8bd9a67867b5645d396a154 0.00 MB 1 0
27,434 27,434 000000000cf4ecc09cf350fec7703e38d5a38b665d971047077733d470550e11 0.00 MB 1 0
27,433 27,433 00000000e9461cab06f6ae1083e247421b0f124732270bebc4f3d38a5073dcd7 0.00 MB 1 0
27,432 27,432 00000000021b2413a808572350b2cc6de0c380ef8aefc2ff9a5d4e907a86869a 0.00 MB 1 0
27,431 27,431 00000000dcc3b6ea594106b19aed347a7ea421c3c79a3164797bd381f44f8e47 0.00 MB 1 0
27,430 27,430 00000000f7155400a2fc112c6c549bcaf0a75264460289eb90d36eb6eb081a97 0.00 MB 1 0
27,429 27,429 00000000aa4881851f7b81fc7ae3ea71b785cc1bdab7401d6a7146a8fe26bc3c 0.00 MB 1 0
27,428 27,428 00000000cdd4ac21748676873f112d1d6b464b130dcd3ab5cdd903b246624e1d 0.00 MB 1 0
27,427 27,427 000000005e865aa8d2efc36f14eb0a35d8698a916a9860c7337822add18e5bc5 0.00 MB 1 0
27,426 27,426 000000006a088d0a1679f34a988597cd2862fab0c60b872f01e6d7b860c1c6bb 0.00 MB 1 0
27,425 27,425 0000000039332525995bbd8f24018c4251d6191699233c1000204efdab18b719 0.00 MB 1 0
27,424 27,424 00000000a45f57392965a7fb24036e9a34ee10420aa43f6ebfcd15150a1d9f0b 0.00 MB 1 0
27,423 27,423 00000000abd6552038b0f9face73d2a4c10c5e84a185baa9feb76d251b32fb29 0.00 MB 1 0
27,422 27,422 000000009d29d91164eea27369c6b7002afa9c4cfe3b5534385123a82631d181 0.00 MB 1 0
27,421 27,421 000000006093c842b538c0db11b16376e2eb7ed4f381419b90580cf8551bb46c 0.00 MB 1 0
27,420 27,420 000000009f403d763b4d8252be3eb371a1ae4f4649c360df7b4f402ff1fb5269 0.00 MB 1 0
27,419 27,419 00000000fc03fdf4c87d4714f5936f8056963033bd9b311a54de5467d74585fb 0.00 MB 1 0
27,418 27,418 0000000012cad077c6a4a4adc5b5e1594b80adbfdf259b73c9b38ba9a3d2cd99 0.00 MB 1 0
27,417 27,417 00000000275fa7368a9e11e6645f7a63a7dc6ef99dfa070d4989832279d7b61b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.91 GB sent, 117.46 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.