Loading Tool

Explorer IconExplorer

Memory Pool

81,567 transactions
31.23 vMB
0.07759049 BTC
Random Selection Loading Transactions
Max Size: 190.02/200 MB

Candidate Block

Mining Attempt 96d82de787bb2b7de1a47c96a0e3cfe06b04dc63ceb356f6373591b751ed7e54
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 921e8afab20d58c0081b057c43827da5c4f4bdc569f73d4e8fe8d0f604f779d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.01001024 BTC
Feerates: 100.37 > 1.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (90,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,355 824,355 000000000000000000034a81697f28387615fd2ce2b897f15e673cc5230cb252 2,887 1.00/1.00 vMB 92
824,354 824,354 0000000000000000000014c446ea1d7751e28a7227841d4be5309ed462b3e799 3,295 1.00/1.00 vMB 61
824,353 824,353 00000000000000000000e719845eb825dd1b0c59d307c0a1ab11547bb1a023c7 3,610 1.00/1.00 vMB 51
824,352 824,352 00000000000000000000a7619b5af6e7254f206a8fa4c5dc3dae8d6772f7563a 3,467 1.00/1.00 vMB 59
824,351 824,351 0000000000000000000181f9fc18f12eaf02ac33656e8037f24a1a586d9abbcf 2,036 1.00/1.00 vMB 48
824,350 824,350 00000000000000000003ce9f341b7e4ae5f9416b21b523f6231ddc9c7f9485d6 2,611 1.00/1.00 vMB 47
824,349 824,349 0000000000000000000100aae293b07f59cd269522d4974a43eab953098e55ad 4,252 1.00/1.00 vMB 58
824,348 824,348 0000000000000000000053ab9e3b19f8aa2246cdc4bb995f795527b373056da1 2,423 1.00/1.00 vMB 52
824,347 824,347 00000000000000000002dc61f09795bbf04e15897be6b01741ba619117fbaea3 3,209 1.00/1.00 vMB 47
824,346 824,346 0000000000000000000138d259f72625bff7b81793a255932d34bdf4c46e48c3 3,047 1.00/1.00 vMB 84
824,345 824,345 0000000000000000000248a5e1571ca92fcc81abafc92e0ae3f9cdbeec2465c6 3,168 1.00/1.00 vMB 54
824,344 824,344 00000000000000000000c475d6422496500101ed70df16106b86c91bd2e80a3f 2,216 1.00/1.00 vMB 53
824,343 824,343 000000000000000000038cf5c069663b1b13062c59083dacb2a15ed14a6d78b3 3,207 1.00/1.00 vMB 90
824,342 824,342 00000000000000000002614bda6bcdba9e20b707857a5b564c31e029e6b0ddad 3,076 1.00/1.00 vMB 67
824,341 824,341 0000000000000000000336a131c32c2035c3c8251f0ea33c51cfa2d2da436a5e 3,521 1.00/1.00 vMB 67
824,340 824,340 00000000000000000001487ebbf0bc780df3c89b8eba030adafe63d2823313bd 2,899 1.00/1.00 vMB 60
824,339 824,339 000000000000000000025666e1c71ed3088067732f76d41467fc92e3fe21fdc6 2,493 1.00/1.00 vMB 55
824,338 824,338 0000000000000000000357e081e0454cd8c8b92d9ad54da9df0d1e94b14b668a 3,393 1.00/1.00 vMB 116
824,337 824,337 0000000000000000000165fba6cf079ebba744d2c953aa7b791bdaac3da094b8 3,267 1.00/1.00 vMB 105
824,336 824,336 00000000000000000002f7f7be7a4202a167e04bb94b789b5d8656cabd12dda6 3,073 1.00/1.00 vMB 56
824,335 824,335 000000000000000000023100514c44c0deefd6de2aa4535cfb041901dba8a975 3,481 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.