Loading Tool

Explorer IconExplorer

Memory Pool

6,662 transactions (2.20 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 13.53/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,273 000000000000000000022b910000000000000000000000000000000000000000 3,674 0.04140983 BTC 1.00 vMB 3.02
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,272 (648,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,720 263,720 0000000000000009f95440005841b42269d805201ee6c42d0f40168e70e3ed9f 0.09 MB 190 81
263,719 263,719 0000000000000011f022949293e423f36ccdc84d32ede5558185e51b9834805e 0.15 MB 88 28
263,718 263,718 00000000000000142bfd0c4a729fea244e50714300531a33d6d8f0869d1db452 0.00 MB 4 45
263,717 263,717 000000000000000eacdc243a83d9372733aae95188419b27ea419e2bb3ceded5 0.05 MB 129 76
263,716 263,716 000000000000001298aefc5df509177617569edc0f461efebfd95f1f595bd141 0.01 MB 36 79
263,715 263,715 0000000000000009e4255386953d4c1ad4985ceea015d8c0d7cb4747ee1de913 0.01 MB 39 307
263,714 263,714 0000000000000006d71993831604a397a99c481f9fbbdad05ffffd65d2ba336f 0.03 MB 84 82
263,713 263,713 00000000000000041a7baa37b9b32d8b93f18b2c6e3a3f85d38d70a48398610c 0.14 MB 350 129
263,712 263,712 000000000000000007d081ffe1e47349fa55a0266ec2f8115956596d91ebd7bf 0.11 MB 267 122
263,711 263,711 000000000000000411b2bf02c92b0235ee768e5944829078e6a025c255493903 0.16 MB 132 31
263,710 263,710 0000000000000013fb6daeb6e57836c0e737d9466faae57adc2ba831073099fb 0.02 MB 40 44
263,709 263,709 0000000000000012b7226b5eed4f6eb507905ce9899ff1e718917001450ca280 0.17 MB 534 141
263,708 263,708 000000000000000d87a89399e82d6bebdc951d4f877379231aaa0defed072a53 0.02 MB 57 80
263,707 263,707 0000000000000000b6b221813a8a08228f52c6efad5e9aa246d9dc4d73f52ae0 0.14 MB 162 36
263,706 263,706 0000000000000013470b2e29d1827ed1149afa9dd71982494835f6567061a06e 0.00 MB 1 0
263,705 263,705 0000000000000005424b55521c7bab17c32d6c12a4ed98d2c7314b2222fb2b2d 0.32 MB 672 86
263,704 263,704 0000000000000009a63127faef0177ecb2e26ee9a39193d8d6c9460e810daef3 0.03 MB 75 84
263,703 263,703 000000000000000093b8beb04d3d3569615754a446976515326480ac30e69542 0.15 MB 297 104
263,702 263,702 0000000000000008b5b589a8c01c72e9509aaf4b0cbbdb6560c68da86c05e820 0.15 MB 138 25
263,701 263,701 000000000000000587e0cdbc7fda5b7be96894ae85166b23cec3a7934fe0a58c 0.05 MB 115 81
263,700 263,700 0000000000000002e13dfcc9150e3a72df6040aafc19bc0ed98da3622dccca60 0.09 MB 181 117
Previous 10 blocks ↓
Total Size: 777.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,539.94 GB
    • Received: 136.27 GB
  • Uptime:

Notes

  • 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.