Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

430 transactions (0.15 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,964 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 412 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,963 (857,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,707 52,707 0000000005f8eeeace4434e9bc2ca2cb774cdee140b606652f8464b35711c28b 0.00 MB 1 0
52,706 52,706 0000000007db8eceaf8f8fae16a6bdd59ef2fa43f17c6b43fd2add87c557fbf0 0.00 MB 2 0
52,705 52,705 000000000107aaf406007bb15a3daa5d5d4dd98812b084b867293b865bd08120 0.00 MB 1 0
52,704 52,704 000000000b24ea00200dca01bf269e979a9bd9cfdad01c92194bd92097699498 0.00 MB 7 0
52,703 52,703 000000000f776fed9108badca833392c9c6aca2dbd224a16d5bf2955adf09011 0.00 MB 4 0
52,702 52,702 000000000089fc7ea545cb9b69fb51f62b15b7c5aa2babbc1f84c76698bc2b71 0.00 MB 1 0
52,701 52,701 0000000014e883da778207dacc7b877033f9405fe69c47dad933a5792d708de6 0.00 MB 1 0
52,700 52,700 0000000007b80dc8b09155d6bd0dbf7e0531d45ea4cdc44d2ee5ed2e45702698 0.00 MB 2 0
52,699 52,699 000000000d342540c3ec9182366b00538ddb3870bd1f909f94273c79a632f827 0.00 MB 1 0
52,698 52,698 000000000e4bc09596a6d497aac6e245cbe77881f33bacc97b4e99a5d646d3cc 0.00 MB 1 0
52,697 52,697 0000000015a35a4659fbf0819bcc033bad6660da9b3645000656bd8a415a685d 0.00 MB 1 0
52,696 52,696 0000000011e62dc091cea7581025e5bd99a156aa68ee73f403ac8eb084ca33ba 0.00 MB 1 0
52,695 52,695 0000000001f500edb16d9c0a7db159044d77d0656acbfefcd34ff6b64803cd56 0.00 MB 1 0
52,694 52,694 0000000002a6290baabb87a792aa7c168963bce1a645eb0c79312f50feee9811 0.00 MB 1 0
52,693 52,693 00000000106c0b77aff2020a66af4949b85b01a4b0b05f72604b602589a601d0 0.00 MB 1 0
52,692 52,692 0000000005d4a1a9e319a79007c3da6fe259ac5d76778f053db51cfc3c29eed4 0.00 MB 1 0
52,691 52,691 000000000fb76a4ce5f881877c473d4487e7c552b2ba67f530a70fa4fbf0f43a 0.00 MB 1 0
52,690 52,690 000000000fd810e0dc3dbeae63457073a68636b0169a97044dad36c22540ad58 0.00 MB 1 0
52,689 52,689 000000001159ec9265af29f104d76fb5840bed757955acea4a815647444f68a2 0.00 MB 1 0
52,688 52,688 000000001576c91d401aa27e00c88185b2bcb4e7ad74a71a28162f71ee12cf5b 0.00 MB 1 0
52,687 52,687 000000000f9178ac6f80ab6aabbca60517da086d032d9785062d7d0750b5eeff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.33 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,178.46 GB sent, 114.99 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.