Loading Tool

Explorer IconExplorer

Memory Pool

18,022 transactions
14.83 vMB
0.02901585 BTC
Random Selection Loading Transactions
Max Size: 74.64/200 MB

Candidate Block

Mining Attempt 800d4137b2947fe902c504d4a32d8342230eb7c96f216c2146b0c0921f291c2b
Version 20000000
Previous Block 0000000000000000000189497ded95cba83909f39982380d14e10f67bbe52ae1
Merkle Root 91183344d4aa1260403b7f40486f35b871547cb7434358581f67cc0af2cfd0cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,005
Size: 1.00 vMB
Total Fees: 0.00290303 BTC
Feerates: 40.21 > 0.29 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,173 (845,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,412 68,412 00000000044ed5120e0def470f37d1f1bf605917ceba24ebcb8ffe003be54816 1 0.00/1.00 vMB 0
68,411 68,411 0000000004260c2bdae2b9e2fcf6ae6171ae85cf99cec9e927f3783dc003216b 2 0.00/1.00 vMB 0
68,410 68,410 000000000498e10156ba4fb2cf6518ae6bc4aeaef504e9aedfc212f28e10c8a5 2 0.00/1.00 vMB 0
68,409 68,409 0000000000ec66d1397e1d732a6e7cf2ec2173bba39e1b986819bf409b57f71b 2 0.00/1.00 vMB 0
68,408 68,408 0000000003036007d528069a8453c7bdaf38678e5a84e5937b2ec02fec427e6a 1 0.00/1.00 vMB 0
68,407 68,407 000000000171a86f745b8b377f9a03deb8fb1dcbafefc2d73137fa3b4b09baae 2 0.00/1.00 vMB 0
68,406 68,406 0000000005485403972dbd239ac25c6332252dfa7676c7ef47188d7f60d270f2 1 0.00/1.00 vMB 0
68,405 68,405 00000000059e7e3ecc893592740bcfd5cc4db55940a522a04400ed105f93841e 1 0.00/1.00 vMB 0
68,404 68,404 00000000042bddddec4b350a18ed3158f7401f23e734f1aa820703b8dc2d84d8 1 0.00/1.00 vMB 0
68,403 68,403 00000000043205e65ded11b6e0451dbf771646ac7992e09450c66cb3fa9f536f 2 0.00/1.00 vMB 0
68,402 68,402 0000000002e263ac9ccd4a915bdfbac7d969bc434f176201a9ee0d695bc0aece 2 0.00/1.00 vMB 0
68,401 68,401 0000000003c78c1b88f6882246dc6696b5cbcc6c667d505454416b36e5446bf8 3 0.00/1.00 vMB 0
68,400 68,400 00000000056572357c74173748176732548e3d4ad4dfb6fbb31d22c9b0a2abdf 1 0.00/1.00 vMB 0
68,399 68,399 00000000056e7c2a36763676cc0203823bbc3f8ec3e2de06bcb304864fe30c92 1 0.00/1.00 vMB 0
68,398 68,398 0000000000aeefa60400ab4f2fdce9b2e158d75221f51ca719afb16a4ad6aff0 4 0.00/1.00 vMB 0
68,397 68,397 000000000035a25d434cd053e8ff85cf5f52148a0c08a19147a9705fb3901a78 1 0.00/1.00 vMB 0
68,396 68,396 00000000031e74420edc9f20edf0700ef6fe2d93b496429fbffe97f2ee4b6471 2 0.00/1.00 vMB 0
68,395 68,395 000000000009c9b0c313c362cac808464277d8ab8cfbbeadc7a9f953bdb87f68 2 0.00/1.00 vMB 0
68,394 68,394 0000000001621685e2991836f63862db955fa3ff35d05bb162d3c3b6a0edbe40 3 0.00/1.00 vMB 0
68,393 68,393 0000000001fb726dd4839f2c45a682e432c0770615f6525faef223496f499599 1 0.00/1.00 vMB 0
68,392 68,392 0000000003313815a302a4da994db6b7ae7cdc30ec701cba865b573a3ba30ee3 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 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: 569.17 GB
    • Received: 7.72 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.