Loading Tool

Explorer IconExplorer

Memory Pool

13,319 transactions
6.61 vMB
0.01637521 BTC
Random Selection Loading Transactions
Max Size: 37.91/200 MB

Candidate Block

Mining Attempt 85d769719a0996ded1998b31469ab44a2090d07ea5749287a3dd0a0daa748ac3
Version 20000000
Previous Block 000000000000000000006434c338a9b1ffd25ceec411f3739208c57a256f4bca
Merkle Root 16f260b3c1d2485aaade6834ff235583499fb7bf5fe66faea921432bacf6906a
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.00830297 BTC
Feerates: 1,882.68 > 0.83 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,417 (147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,270 938,270 00000000000000000000bb070b4e18f66d57cae5168df9f91a9f91ae39ca8a60 2,935 1.00/1.00 vMB 2
938,269 938,269 00000000000000000001b406028699469e2cf2c73a4c0801f39946f179b87f1e 3,921 1.00/1.00 vMB 3
938,268 938,268 000000000000000000001f4dcc5e7995c0c0a28444d8b69ba0cc8135dde38829 3,253 1.00/1.00 vMB 3
938,267 938,267 00000000000000000000fda8a538c739775cfc8a8b9f54d3470b50d401cb6223 3,729 1.00/1.00 vMB 1
938,266 938,266 000000000000000000014628b45aa976afb6faf0eaf7e719df90150c29d8a15c 4,130 1.00/1.00 vMB 1
938,265 938,265 00000000000000000000c85a5d87561fd62bb23622493ce964a1fcecad31d967 2,922 0.98/1.00 vMB 2
938,264 938,264 00000000000000000000ec19365357342ca02a93d8cd51ab50043de199b6f0b2 4,346 1.00/1.00 vMB 0
938,263 938,263 0000000000000000000031c4f93b66b5c62af5c9a11b66d4f6c24a27b349149f 3,779 1.00/1.00 vMB 1
938,262 938,262 0000000000000000000013faefe0865435117a213f4512ab83dbd612fd5769b6 4,551 1.00/1.00 vMB 0
938,261 938,261 000000000000000000010c26664f8d9173cba444726ece5fd7d8fd4bb87110d0 4,072 1.00/1.00 vMB 1
938,260 938,260 000000000000000000017511e7ddd6e20b62cd4443b24dd47e45dd4dbabb7e2e 3,419 1.00/1.00 vMB 2
938,259 938,259 0000000000000000000103f3541dc7816637b953c01742be916d4367169557ea 3,959 1.00/1.00 vMB 1
938,258 938,258 00000000000000000001a63c1afb4c524ad970fa85391b8a53557d9ad6c17cc3 3,467 1.00/1.00 vMB 2
938,257 938,257 0000000000000000000043245e2baaf5482009e44a5c5a5c578a484283fee815 3,651 1.00/1.00 vMB 0
938,256 938,256 00000000000000000001b656af05e06b041a7ecf95e567ca5a7191cb5a977ba6 2,646 1.00/1.00 vMB 2
938,255 938,255 00000000000000000000d412c3d3af074f60ba95f30910e024a0f8d46296911a 3,067 1.00/1.00 vMB 3
938,254 938,254 00000000000000000001817e06cffc5567038d3a9fedfa1f967d05a4a37745e9 913 1.00/1.00 vMB 5
938,253 938,253 00000000000000000000f4c8b08ea681805f8e6b18c9aaec54f2c24da64a1295 869 1.00/1.00 vMB 5
938,252 938,252 000000000000000000007b5ccd104ad57e12f7216634b4558d3b90ff7b9f6dbb 599 1.00/1.00 vMB 5
938,251 938,251 00000000000000000001523fe58e38f7acedfc0369a882b162aefcd056aded3a 1,818 1.00/1.00 vMB 3
938,250 938,250 0000000000000000000134cbbf79faa5da0a2ebe4b4daafb36d755596ea54eab 4,298 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 823.87 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: 4,106.00 GB
    • Received: 225.76 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.