Loading Tool

Explorer IconExplorer

Memory Pool

82,898 transactions
30.42 vMB
0.14825662 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt ef810475b74c58b455d4f0de79c311300884aa5582841f43218f32fe7e36b351
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 9f712fae4d4221cc15f5602ec34e91e625c01793b4159b8938d585d697a82e29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,718
Size: 1.00 vMB
Total Fees: 0.06709212 BTC
Feerates: 150.61 > 6.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (208,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,943 706,943 000000000000000000024a2b3fa04f7a27cc5bc2835455b0f6b6a023820b522d 2,549 1.00/1.00 vMB 10
706,942 706,942 0000000000000000000b07871e053fbe681c1d8d280827307b0a5fd5c3a40cb7 2,534 1.00/1.00 vMB 12
706,941 706,941 000000000000000000051049919bf8eaa322b2da1d0c6ed9521c2597f8e0f0a2 1,292 1.00/1.00 vMB 5
706,940 706,940 0000000000000000000c9f316370ca51ac325b711d0cb72848111f4982288bd6 1,843 1.00/1.00 vMB 9
706,939 706,939 00000000000000000004d292f1f8b9bc62f3f4136b5901c44fad9d6c6a1c884d 3,064 1.00/1.00 vMB 4
706,938 706,938 0000000000000000000d8864abdaa6ad9b39015082e801141d8955a851bbdfdd 2,078 1.00/1.00 vMB 14
706,937 706,937 0000000000000000000ceb442811ed758fe17967fef1a8b71b4860a51fc381e4 2,582 1.00/1.00 vMB 16
706,936 706,936 00000000000000000006358736fb3ad49e3e3ae4a3da7f509ec70f18f172a194 1,938 1.00/1.00 vMB 16
706,935 706,935 00000000000000000002b5e1f56b21c85cc6383974462028cc119ad70370978b 3,150 1.00/1.00 vMB 12
706,934 706,934 00000000000000000006d21a5af3eb20105a9a8ee8f0c42becfa1fc007712d16 3,336 1.00/1.00 vMB 5
706,933 706,933 00000000000000000004e3991305ef3399630e9dcd553fd878b113e722136152 2,626 1.00/1.00 vMB 15
706,932 706,932 00000000000000000001c1d35c0138ec6ecde9e860ec7f452858c348249f13d7 2,298 1.00/1.00 vMB 7
706,931 706,931 0000000000000000000c15b481ad0d3012814e49e069dbd8dd633ab83ecf8cdc 3,540 1.00/1.00 vMB 14
706,930 706,930 0000000000000000000bf4b90145dc41b7c6428723e242c9eadb880024dc551f 2,957 1.00/1.00 vMB 27
706,929 706,929 00000000000000000000a7929fcbdcb09746b1b04b8e68ab2b06889e1f7a59ef 1,907 0.57/1.00 vMB 13
706,928 706,928 0000000000000000000b9ea66455899d597a4f0cfb68f6602a16f999ceeaa6c3 1,543 0.60/1.00 vMB 10
706,927 706,927 0000000000000000000308596a20488b98c27a44aeecc89af9ade3f79d2eafc0 1,309 0.49/1.00 vMB 15
706,926 706,926 0000000000000000000306f70d23f1bb76769dce508d18e4d8b4cd587b1431a3 568 0.18/1.00 vMB 11
706,925 706,925 000000000000000000057a9d20f2a1edfcd380c493322ef605652b55d1a49a1a 541 0.30/1.00 vMB 9
706,924 706,924 000000000000000000035351e3dae8450a8bf09911775e97e7855263c3023aff 780 0.23/1.00 vMB 10
706,923 706,923 0000000000000000000c03d0ed4481819e92755a872fccb8705e2261a29ccad6 1,992 0.64/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

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