Loading Tool

Explorer IconExplorer

Memory Pool

39,870 transactions
31.74 vMB
0.13242458 BTC
Random Selection Loading Transactions
Max Size: 157.83/200 MB

Candidate Block

Mining Attempt d481858173080eb95203eda55aa6617f37e9b0f9a489d9761d452fa0e2dc3f55
Version 20000000
Previous Block 00000000000000000000de69edf4bbef30a95b0a0bc1ddc631b89bdc493f7fc6
Merkle Root 70805e8364dd098413ef4761b931e61b99e20fb0eedf21d91ff21dac31aeb51e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.06684090 BTC
Feerates: 301.05 > 6.70 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,382 (886,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
27,962 27,962 00000000c66c82a638a9b701b11b753348684fa828d97207d8eda0a1ace68535 1 0.00/1.00 vMB 0
27,961 27,961 0000000001ff4b75853e1e7b8f334c46024c47c330a270a94c23a688931932bd 1 0.00/1.00 vMB 0
27,960 27,960 0000000035011a381cc22acec8278e58c368743333a0b3f35fd1a0a8979d5084 1 0.00/1.00 vMB 0
27,959 27,959 000000004fe33f586d6f1b77c399635613ef2366ee024467479a6e066d4a9ee2 1 0.00/1.00 vMB 0
27,958 27,958 00000000058e5539723ef8d1a69fd7df2337613cd0a45b1eb1e5d658277c57c1 1 0.00/1.00 vMB 0
27,957 27,957 0000000088064f1d1a29f65939bed8ae3b5b5e559b037e185c7ca1fb8e554693 1 0.00/1.00 vMB 0
27,956 27,956 000000005510d3308d48feb74383ba2327b3372af188692756dcb3c27ae97d11 1 0.00/1.00 vMB 0
27,955 27,955 000000006777b8df41b84a42ec9b3e520a9ac50fd02db5e86cb215acb97e09d3 1 0.00/1.00 vMB 0
27,954 27,954 000000002ba19a5d04a793bd37e6d462eb1647fb424f01bed8a1461c21e28e3c 1 0.00/1.00 vMB 0
27,953 27,953 000000002f19ebf00b0f83dc960b3b933a95454316a6b358519ee2d88556567a 1 0.00/1.00 vMB 0
27,952 27,952 000000006deafbccaa06a52ec2823912e496dbfba006faa5df247f4f17ff0cbc 1 0.00/1.00 vMB 0
27,951 27,951 00000000b5f81d39f7e61b89d11c12eea36ea581e583fe292217e894eb7444b5 1 0.00/1.00 vMB 0
27,950 27,950 000000004e56751cc7d9b28a12175ba0d6fe18554d9011167590374ee439671f 1 0.00/1.00 vMB 0
27,949 27,949 00000000d75073dd25bbffe7b8e2b233c48415f40eebc3bd650913f85c81773e 1 0.00/1.00 vMB 0
27,948 27,948 00000000fff58158d6ce595a2976d547f16b0ec8aba64b7a9a68c78d469b54b5 1 0.00/1.00 vMB 0
27,947 27,947 00000000640432bc27c5bceb1749733f0a8818b06fef1572dde6605407bbcce2 1 0.00/1.00 vMB 0
27,946 27,946 00000000e3bda0dfd62dde188263415801ed240e2787873237b7fe9b521652f8 1 0.00/1.00 vMB 0
27,945 27,945 000000009c0f30cb39d5954b6a80e732da73dffe43a6335139ea9371c8f89c32 1 0.00/1.00 vMB 0
27,944 27,944 0000000013fc819037fc1155eeb3f781179b87490a0370e97a477f071a4636a2 1 0.00/1.00 vMB 0
27,943 27,943 00000000b479700f5cbe9f09700b5b5aaceb66d1851710d4a2295aa4ee37799a 1 0.00/1.00 vMB 0
27,942 27,942 00000000329994103b7ca445f3b190c7a3cb7b62bc2efec353b72a40feb7541f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 597.49 GB
    • Received: 9.86 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.