Loading Tool

Explorer IconExplorer

Memory Pool

32,324 transactions
25.39 vMB
0.05054739 BTC
Random Selection Loading Transactions
Max Size: 127.37/200 MB

Candidate Block

Mining Attempt 15fb6ce647bc3b95be4da111e7652104ba6548a9ff00a505930807887416a90a
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root c6a5247c09dcc816a2368326d3edc58903fdd579fdbbaf37c8460c47b4758df0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 955
Size: 1.00 vMB
Total Fees: 0.00435571 BTC
Feerates: 532.98 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (453,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,424 461,424 00000000000000000221fbb5c5e3b1f312bdaf211795c9c2a3ec81e1eaa547cb 2,602 1.00/1.00 vMB 205
461,423 461,423 0000000000000000005bd11caa3f91a95a4f84ad21e7ef7222a7e2219b012a4d 2,623 1.00/1.00 vMB 124
461,422 461,422 0000000000000000011280348119f96ed2769991b49caee323b7f635bfa325d6 1,883 1.00/1.00 vMB 123
461,421 461,421 000000000000000000998f4c803424e825887ff5eb14e110f0b03c30f2654168 2,520 1.00/1.00 vMB 187
461,420 461,420 000000000000000002035b17a3101de3114b3e9200946bc6ddc2c10b96381a7e 2,326 1.00/1.00 vMB 124
461,419 461,419 000000000000000002207361a5842b54010d5006649bfe3dc268e5cf476b4660 2,376 1.00/1.00 vMB 179
461,418 461,418 000000000000000000534160e023865938b3c0bb319fc86a2ec1be5a55528fcb 1,662 1.00/1.00 vMB 143
461,417 461,417 0000000000000000018fd8542f2e52b0f069c09f62d9ba174f23a15525d840ac 2,479 1.00/1.00 vMB 149
461,416 461,416 0000000000000000012a1d7b39f7c7cbee0d42abf1378bb6df97a4ad5456cb7f 1,839 1.00/1.00 vMB 204
461,415 461,415 000000000000000002006c12a912f9061b7f0c0f9f0a5453dd4cec590b3f59dd 2,086 1.00/1.00 vMB 144
461,414 461,414 000000000000000001d4f6fb1191c1b6484f3424a1d3d03cfa96a5e2f98b4211 2,553 1.00/1.00 vMB 125
461,413 461,413 000000000000000001d40c1854fa850bf0f45b0f381faf0328af358bf6e47c33 1,129 1.00/1.00 vMB 95
461,412 461,412 00000000000000000164591de3cc00683fe2482a4b9fe6ab3da0b93d71d43e2c 2,328 1.00/1.00 vMB 190
461,411 461,411 0000000000000000005110d01a18de1ec42439be086097ffd30d5d78403148cc 1,929 1.00/1.00 vMB 144
461,410 461,410 000000000000000000a0c620583bf271b4a52689d1a7011f207d947b055ac72f 2,239 1.00/1.00 vMB 140
461,409 461,409 000000000000000000ef23f9b9d78e3ea2a106e076e2eb45e4e91cf0f125bcb0 1,081 0.99/1.00 vMB 145
461,408 461,408 000000000000000000d38502e4abd77d2decb29d86050b074df4be7d8e302d9a 2,645 1.00/1.00 vMB 198
461,407 461,407 000000000000000001f51a8ad27b66767add9cd5a65faa7a0ea09c9b2f4165f4 1 0.00/1.00 vMB 0
461,406 461,406 00000000000000000045f82ffadb691367577e37cf9a0e00a52833a2116254db 1,014 1.00/1.00 vMB 116
461,405 461,405 000000000000000001364becc7465d76d0827ff706ba76bee19a15cf5a6fe39b 2,434 1.00/1.00 vMB 155
461,404 461,404 000000000000000000929a695715428b200ce0841a1f752fda1e2de052178117 2,425 1.00/1.00 vMB 222
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.