Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

62 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,319 000000000000000000022b910000000000000000000000000000000000000000 0.01 vMB 47 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,318 (879,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,337 31,337 000000001c4c62aa3900d05a885bc4bc47c8ceba841f0eba5ce67721bbeb8fd4 0.00 MB 1 0
31,336 31,336 00000000b9596064a5cba7e84be0a0f3376f5c643268c2bb3759053058c5c75e 0.00 MB 1 0
31,335 31,335 00000000629dc1f9650c89edf6a28a06847a757eded1e6fc4aa27244b7cfcfe7 0.00 MB 1 0
31,334 31,334 000000003404b5e9690d6e60f5b9c110cabd86559d3cbc5873bccf671ca1a80b 0.00 MB 1 0
31,333 31,333 00000000e5f8db1a6477aff8b71820cf42635ece47a3a8e392630d7912bdf6dd 0.00 MB 1 0
31,332 31,332 00000000e4e1a4f3523312ae032916dc6a256d28574471989b1163ebf1c1d659 0.00 MB 1 0
31,331 31,331 00000000e28943a5df10d5a237f9a4bd05c5a6bcc6c3944ee111036d51bc4956 0.00 MB 1 0
31,330 31,330 00000000538289588ec3d17bf28190ef763d340334c475296dde428a15581bb6 0.00 MB 1 0
31,329 31,329 0000000002ab2b01569b39c2789bf08d26c5696fba2a2fed901c8ee450678a54 0.00 MB 1 0
31,328 31,328 00000000447d00b4f02ecc8136b460fd3c1f7b03d806b7e95731f1d7e2bcc822 0.00 MB 1 0
31,327 31,327 000000000088ff95790986e623fa687e317a4e7f0cc51cc815ba31850440940a 0.00 MB 1 0
31,326 31,326 0000000026e43946edd3c9e9d710fab220b7da180466185e704ad1b5a957f00f 0.00 MB 1 0
31,325 31,325 00000000f6e79d7824b4cffc574c3db56b189b1528d98c1e200200109a128a21 0.00 MB 1 0
31,324 31,324 00000000334dc046d3393e5bef0f7632d0f51f2b08cdc162714ff41821cd8f56 0.00 MB 1 0
31,323 31,323 000000008b0873877ce4e56da9048e890930f739a1fe73dfcbdf29834e6560d7 0.00 MB 1 0
31,322 31,322 00000000a0105c67af3aa71408fd223aa5b3b3a2768e2bb77614d7f288d10c48 0.00 MB 1 0
31,321 31,321 00000000fa8c8b62901983a99a134c0729218faa602da298fbe6958e6bc12fc7 0.00 MB 1 0
31,320 31,320 000000006ee22c41c92ec0644d5e717056fc130dd71be87d17007c6ebb96ad0b 0.00 MB 1 0
31,319 31,319 000000004e256a1c3b3bf7a269e21f644f2df16a6dc0af7384cb14001999d95c 0.00 MB 1 0
31,318 31,318 000000001ea340085a02a1ebdb1866a0505478cca5776dcc669e5d4912b9a8ff 0.00 MB 1 0
31,317 31,317 00000000c2b8ef32fc87e6ceadd266b60d8001655d6f3255fb6c231e6338d39e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.83 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,399.42 GB sent, 127.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.