Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,038 transactions (3.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,952 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (882,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,963 27,963 0000000038e4807b2d59f6b6e530305a5e16c394c5f37593bb5261ad188c1289 0.00 MB 1 0
27,962 27,962 00000000c66c82a638a9b701b11b753348684fa828d97207d8eda0a1ace68535 0.00 MB 1 0
27,961 27,961 0000000001ff4b75853e1e7b8f334c46024c47c330a270a94c23a688931932bd 0.00 MB 1 0
27,960 27,960 0000000035011a381cc22acec8278e58c368743333a0b3f35fd1a0a8979d5084 0.00 MB 1 0
27,959 27,959 000000004fe33f586d6f1b77c399635613ef2366ee024467479a6e066d4a9ee2 0.00 MB 1 0
27,958 27,958 00000000058e5539723ef8d1a69fd7df2337613cd0a45b1eb1e5d658277c57c1 0.00 MB 1 0
27,957 27,957 0000000088064f1d1a29f65939bed8ae3b5b5e559b037e185c7ca1fb8e554693 0.00 MB 1 0
27,956 27,956 000000005510d3308d48feb74383ba2327b3372af188692756dcb3c27ae97d11 0.00 MB 1 0
27,955 27,955 000000006777b8df41b84a42ec9b3e520a9ac50fd02db5e86cb215acb97e09d3 0.00 MB 1 0
27,954 27,954 000000002ba19a5d04a793bd37e6d462eb1647fb424f01bed8a1461c21e28e3c 0.00 MB 1 0
27,953 27,953 000000002f19ebf00b0f83dc960b3b933a95454316a6b358519ee2d88556567a 0.00 MB 1 0
27,952 27,952 000000006deafbccaa06a52ec2823912e496dbfba006faa5df247f4f17ff0cbc 0.00 MB 1 0
27,951 27,951 00000000b5f81d39f7e61b89d11c12eea36ea581e583fe292217e894eb7444b5 0.00 MB 1 0
27,950 27,950 000000004e56751cc7d9b28a12175ba0d6fe18554d9011167590374ee439671f 0.00 MB 1 0
27,949 27,949 00000000d75073dd25bbffe7b8e2b233c48415f40eebc3bd650913f85c81773e 0.00 MB 1 0
27,948 27,948 00000000fff58158d6ce595a2976d547f16b0ec8aba64b7a9a68c78d469b54b5 0.00 MB 1 0
27,947 27,947 00000000640432bc27c5bceb1749733f0a8818b06fef1572dde6605407bbcce2 0.00 MB 1 0
27,946 27,946 00000000e3bda0dfd62dde188263415801ed240e2787873237b7fe9b521652f8 0.00 MB 1 0
27,945 27,945 000000009c0f30cb39d5954b6a80e732da73dffe43a6335139ea9371c8f89c32 0.00 MB 1 0
27,944 27,944 0000000013fc819037fc1155eeb3f781179b87490a0370e97a477f071a4636a2 0.00 MB 1 0
27,943 27,943 00000000b479700f5cbe9f09700b5b5aaceb66d1851710d4a2295aa4ee37799a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,276.03 GB sent, 121.38 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.