Loading Tool

Explorer IconExplorer

Memory Pool

80,174 transactions
29.81 vMB
0.08356861 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt 609ec76017712360312abd5191b1bd1d2cfa6e5c66fe77b49703a250fabce1c6
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root adeccd6b0465071f542e9e5a8219c7ebcb1ce329df6090dc334859a7b0ba4fc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02278920 BTC
Feerates: 502.65 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (450,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,456 464,456 000000000000000001aa88628d961a235f57a2a841261717ed0bba9c5e94d31b 1,220 1.00/1.00 vMB 115
464,455 464,455 000000000000000000b0be1e31dfe0d9d65b03cdbb12c30ead004dba2b64625c 1,957 1.00/1.00 vMB 164
464,454 464,454 000000000000000000c2c7a9a43e7c15f6431fc6be36896f0f7c535e61bd29b5 1,971 1.00/1.00 vMB 150
464,453 464,453 000000000000000001c4b40e338b86e6c3b6cc7e04f574ba169c910437a4ee77 2,188 1.00/1.00 vMB 199
464,452 464,452 000000000000000001f85936a9506eec5c051f9a3d41a76049e57f6b426319f1 1,571 1.00/1.00 vMB 129
464,451 464,451 000000000000000000aaa7b86f1a39bf29b0a33897b63bf90155d67eb5d90c56 1,657 1.00/1.00 vMB 144
464,450 464,450 000000000000000000b0842176af4347e9c729c8f4561a72e706e07e5650b3db 2,484 1.00/1.00 vMB 161
464,449 464,449 0000000000000000018103f496df7c55d29819f6519f62c9137b41b6f7bc09f7 3,845 1.00/1.00 vMB 129
464,448 464,448 0000000000000000020c1fb79b441ad84178010c7ff6b670cc5de71a82f0473a 2,883 1.00/1.00 vMB 170
464,447 464,447 0000000000000000012d0f126875e2d783be183df6a64316c8195d6f5b0923ee 3,097 1.00/1.00 vMB 135
464,446 464,446 00000000000000000075960f40f9d460b8afd185ffbe09aff5b08d039a246631 2,037 1.00/1.00 vMB 180
464,445 464,445 00000000000000000171a930b4961d95e21ef7b10682ed5911ac34cb3d1e137c 2,100 1.00/1.00 vMB 123
464,444 464,444 00000000000000000218556606adced3948eccd7703411117304211f7ed83fe3 1,760 1.00/1.00 vMB 144
464,443 464,443 0000000000000000006e164874b914a511633b93db9933604d982570778def24 1,649 1.00/1.00 vMB 174
464,442 464,442 000000000000000001e60b68b1b8f632b62e0551c7a56d5260bcd5c0aead54a6 2,609 1.00/1.00 vMB 195
464,441 464,441 0000000000000000013dc8be8d2a5d727bca44efc8c919ca63905a4031a14be1 2,139 1.00/1.00 vMB 200
464,440 464,440 000000000000000000bbd0c0e473b73f895c0ecce81ae55fa7ebfc0063c07c14 1 0.00/1.00 vMB 0
464,439 464,439 000000000000000001b79439a2dc37b3594ea73b88e1f256d3bb90080a5df82e 1,897 1.00/1.00 vMB 140
464,438 464,438 000000000000000000255d60fb33e51ab6d92e345e4c747706a154f3311db5da 2,201 1.00/1.00 vMB 153
464,437 464,437 0000000000000000005c11a40b1d1e89f660171c34354358536e70723e965ec1 1,472 1.00/1.00 vMB 130
464,436 464,436 00000000000000000111273f8f137cfb45332604e7b643a2b82ea0488a1aa676 1,612 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.