Loading Tool

Explorer IconExplorer

Memory Pool

45,623 transactions
27.23 vMB
0.07650063 BTC
Random Selection Loading Transactions
Max Size: 143.75/200 MB

Candidate Block

Mining Attempt 13bab7e3dd2f49b628f4c7ecf383e820690ac14411f1eb0e6cd2f88710a7e1ea
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root cd7a0c5b94d255600fece45a1118466462a6663d6ffa96325bec64c39c51f274
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,018
Size: 1.00 vMB
Total Fees: 0.02555501 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (130,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,273 784,273 000000000000000000048fab5a3b51aa64b839fef5c0d9ced13a5a0a534d9d41 565 1.00/1.00 vMB 7
784,272 784,272 0000000000000000000078b82bc63cead41575c11e31b85abf188e76c2aaad57 1,814 1.00/1.00 vMB 12
784,271 784,271 00000000000000000004b5100e346f805cf8be3aea10431a08a1e8df50df6e2b 2,757 1.00/1.00 vMB 21
784,270 784,270 000000000000000000029033b5a58ba512e47f8d6e2b10ea8eacc9f377966f4c 1,671 1.00/1.00 vMB 7
784,269 784,269 00000000000000000003e6d2afb9978375c0f389bc6d2e0af401bd3c08a513db 3,147 1.00/1.00 vMB 30
784,268 784,268 00000000000000000000a9cf7711184077d13003122dcb4f1e50029c042cc227 594 1.00/1.00 vMB 7
784,267 784,267 00000000000000000002d09b19b9f637a386c283cbba230a3b35362be9921767 1,941 1.00/1.00 vMB 8
784,266 784,266 000000000000000000051b89210fca03d4daad2f8611ae0ac941645e8ac63781 3,283 1.00/1.00 vMB 22
784,265 784,265 00000000000000000003d677746c9e443997a0f0dbf07a67bbd48e2093e230e9 3,161 1.00/1.00 vMB 37
784,264 784,264 00000000000000000002775677c0585f14d37ef77993685a46d44d5c2ea45d15 1,964 1.00/1.00 vMB 22
784,263 784,263 00000000000000000001e568b9a3c4ecebe75c229f91ce926e74e789fc5c2759 1,126 1.00/1.00 vMB 9
784,262 784,262 000000000000000000053f66ee7e27bf38c1355ed8f6515d72ce4f48105d5ca6 1,524 1.00/1.00 vMB 14
784,261 784,261 00000000000000000003bc89ef2c8cfcd73ddb34ffd9117749985e56bbdc385a 1,929 1.00/1.00 vMB 16
784,260 784,260 00000000000000000001d197a4eb74c38e87ef7926c91be621bef8d46717ae89 3,117 1.00/1.00 vMB 31
784,259 784,259 00000000000000000003bc1d31f6379d909687f5bce6b307b7986dc0744bfede 4,268 1.00/1.00 vMB 15
784,258 784,258 000000000000000000057b83eee6fed8d6afc0178a4923d66559b169fb9c8eac 3,230 1.00/1.00 vMB 14
784,257 784,257 0000000000000000000462b575174970a3781f973bc19d2b2ace64bf6547c353 2,548 1.00/1.00 vMB 16
784,256 784,256 0000000000000000000106c0b5cbc721f93735abe890055b4dc300b0247e2bfe 3,552 1.00/1.00 vMB 30
784,255 784,255 00000000000000000005dedf57c439ddfcd83ede108b703b2cc3050bc4d328db 3,231 1.00/1.00 vMB 38
784,254 784,254 0000000000000000000529f9ab4d30c9ce1e1804be4689da09ad5b633a75dd45 3,086 1.00/1.00 vMB 32
784,253 784,253 00000000000000000002c09c91e722a6f55b55cc5fcb092949f70edd71067a11 2,928 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.