Loading Tool

Explorer IconExplorer

Memory Pool

85,004 transactions
31.99 vMB
0.11765981 BTC
Random Selection Loading Transactions
Max Size: 195.65/200 MB

Candidate Block

Mining Attempt 409a37888a92a35be23018bdab28a6772c5b43b5bf46ffa73cff3898f16380d4
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 17b03cb6124c9d1d4b6027d4b945fceee0e07d9589fe3bf0d2fdc4676ca3be7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03829717 BTC
Feerates: 301.05 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (454,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,390 460,390 0000000000000000012ffd7a1015ead1071229214497a4e8e39cb72864216a11 2,233 1.00/1.00 vMB 182
460,389 460,389 00000000000000000095f0c1ca2d1dfed295c302f7f9e444ea77b1e77ae37081 2,518 1.00/1.00 vMB 177
460,388 460,388 000000000000000001d145e93357521da27d813b9040d2578848e592ea120775 2,416 1.00/1.00 vMB 188
460,387 460,387 000000000000000000d4dab6523dfaa88bd014e399a739c8b757c1f1be6a6efc 1,922 1.00/1.00 vMB 138
460,386 460,386 00000000000000000035def3cfb5618f9dd369b495be8c215995a349349cfdfe 1,912 1.00/1.00 vMB 201
460,385 460,385 000000000000000000016b2c1602d1e1f3a1a096e80811bcbb8ad700e40a0eeb 1,371 0.75/1.00 vMB 149
460,384 460,384 000000000000000000bdd984a6fa0fe3952f090e8051d87fc34cef160338a9b4 2,217 1.00/1.00 vMB 183
460,383 460,383 000000000000000000999dba0060093ffe7331c6ebd765b3d0bb7d84a9e1ce03 2,142 1.00/1.00 vMB 155
460,382 460,382 000000000000000001532295a58bfa76610a6438ab4286a5c9c1e214cc0c4ae1 2,317 1.00/1.00 vMB 163
460,381 460,381 00000000000000000006ce24046c1ccee4311c66edbac50f0f01dd345c5fc5ec 1,060 1.00/1.00 vMB 96
460,380 460,380 000000000000000000085ae9200e8fd557ba6f1924d09e844a3f4e5a27a04cd6 1,807 1.00/1.00 vMB 187
460,379 460,379 000000000000000000cfda3118380af5b791712e221b7d6917690bc6a524852e 2,453 1.00/1.00 vMB 176
460,378 460,378 000000000000000000b0961ae51e58962e036cfa5aa4e45df2010af507e382d4 2,349 1.00/1.00 vMB 226
460,377 460,377 000000000000000000f5d188dce1e2c0801207c6abe52e2e25d7efd000d20484 1,973 1.00/1.00 vMB 178
460,376 460,376 000000000000000000d649119866edea2c9af1f6841b82cac622321ef99b9c54 2,448 1.00/1.00 vMB 194
460,375 460,375 0000000000000000000d91e925350a1ae5948a908f78cce058043b0ec50c617c 1,610 1.00/1.00 vMB 212
460,374 460,374 000000000000000001205eac4be58eb186a5dc58e3984af16a9b9e16e90225c1 2,184 1.00/1.00 vMB 185
460,373 460,373 00000000000000000064d294d9c49cacd7ad9978ccffddf01d7d03b6bb1a07de 976 1.00/1.00 vMB 107
460,372 460,372 000000000000000001e78f7631189b50c5465d8dc0333308628a4676bf6e05e6 2,411 1.00/1.00 vMB 178
460,371 460,371 00000000000000000138357994c88985fb16a265ae2574497aff54fb50d8b4d4 2,319 1.00/1.00 vMB 152
460,370 460,370 000000000000000000ffd16f0d9f7bc3239bf32ce9c74a2edc5490c217f15a49 845 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.