Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

379 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,058 000000000000000000022cb30000000000000000000000000000000000000000 0.19 vMB 379 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,057 (839,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,719 71,719 0000000000207b9c7143970d603993ca59f9cfc6c23c4d065c9bf0fdb8961d4b 0.00 MB 1 0
71,718 71,718 0000000000ff68e5cf55298f95d734859d7a1e513e6bc5902a522870f8e82744 0.00 MB 3 2,398
71,717 71,717 00000000007167c54f185b7eb03859efb3a93ff621c2db5946707fbbcb092d4b 0.00 MB 1 0
71,716 71,716 00000000007f92c4b2118b1db0944c5273c0a151f86a6e5a17bc25e2a3b9962d 0.00 MB 1 0
71,715 71,715 00000000003551ae842d385ec158e25e3e4356c6a9f4cf784ff06227f73908b9 0.00 MB 1 0
71,714 71,714 0000000000250628baaf12c9bc3becd99305e9dec55c45ecc30d27b329459881 0.00 MB 3 0
71,713 71,713 0000000000f7e7d51e6494c85af62d7c6027be2a407bbc8fe9a057fc1c91f531 0.00 MB 1 0
71,712 71,712 00000000005198c8d96fb4505141edc58ee9547a9941765f21271f58355c2660 0.00 MB 1 0
71,711 71,711 0000000000827bcfd3abd7c18a8e29cc2e8a494623dcb674105f3a9b548e6518 0.00 MB 1 0
71,710 71,710 00000000004c4274955f990f574c8ef79ca513bc8a7302cbc6d1a3a6d10e8790 0.00 MB 1 0
71,709 71,709 000000000024203fe11f70760b0e9d5ab0a31a799df026dd8b4afe3ad989220b 0.00 MB 1 0
71,708 71,708 000000000041cbbc825563fe3a3f9b1fc13688de275df404ef6639aa3f52d525 0.00 MB 2 0
71,707 71,707 000000000030ab3f83cf3d3b6369ab7333c577da85a4b40f007790f56905da1e 0.00 MB 2 0
71,706 71,706 00000000004568ec6b53bdbe71583002276c2e47b3ea367a4cd9e31850412ca1 0.00 MB 1 0
71,705 71,705 0000000000070503067eff5d269f2f4f2f6aa0b83910f70f149f057c45e8c956 0.00 MB 4 0
71,704 71,704 00000000005a2370c99b2be7c9818141f93c1a2562a5c4d4ffc5e7b54e6b1dff 0.00 MB 1 0
71,703 71,703 00000000004d0fa9c7f9f2cd3267011bd59cc501826b811c68fdb9db71bda398 0.00 MB 2 0
71,702 71,702 000000000099bc52004f776d2ff2fb4c5bb500a624cdadddb0e424a2ce2c1562 0.00 MB 2 0
71,701 71,701 0000000000d7ac36c5521982ceea8abdf727ed05cb738b0604dafff5818dc4d9 0.00 MB 1 0
71,700 71,700 0000000000cdd0f441c12f6fe38d12dbf488c54290d3af72318b62885d7fa247 0.00 MB 1 0
71,699 71,699 000000000083deb86bb32c2932ac7aae4f81ac85dc22fca173fa738504faac87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.35 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,363.62 GB sent, 125.52 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.