Loading Tool

Explorer IconExplorer

Memory Pool

45,221 transactions
20.60 vMB
0.11800389 BTC
Random Selection Loading Transactions
Max Size: 116.47/200 MB

Candidate Block

Mining Attempt f0177b9da4e6de9076fd1a5bfd4dd7a7c7d14c081a8b04a51690dc63fa1ebd37
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root 99d547a24c47012e88bfdd1986c194ef5277cf841c790f0a47bf53e97739e051
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,381
Size: 1.00 vMB
Total Fees: 0.07595342 BTC
Feerates: 502.67 > 7.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (786,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,300 127,300 0000000000001ddfe73332e1f5932ae1e8dc264219d365185b3e116311b93376 2 0.00/1.00 vMB 0
127,299 127,299 000000000000248b17d4ce4b97a5d0396794f96560e3e6be6cfab30396ce9d37 46 0.03/1.00 vMB 315
127,298 127,298 000000000000196dc5e5103f560d0a73eff0150a125d0d99d2d0cb4711a5f74a 8 0.01/1.00 vMB 380
127,297 127,297 0000000000001f1a58401f9a8f8aaafeff6dcb45ce072a7465fc5c5bdea4bf01 26 0.01/1.00 vMB 158
127,296 127,296 000000000000148004fa55f0b2f65419be45af0d793e399c6ba3a9de92a3335a 12 0.00/1.00 vMB 750
127,295 127,295 00000000000025d1319f9c83575657917997f51ae3e02624b71f03f1b747f6bb 12 0.00/1.00 vMB 0
127,294 127,294 00000000000021ec3f76088f2f179302caeae87e091d76f4472416c14c77688f 7 0.00/1.00 vMB 0
127,293 127,293 00000000000013f29259fc9d75e02a2d62698e9da17c629ea52665ea8b63bd2e 10 0.01/1.00 vMB 580
127,292 127,292 00000000000005afcce5145bb46111f4856711341e4a7ee7e14001de1de7ae5c 56 0.04/1.00 vMB 382
127,291 127,291 000000000000143040b45bac72832539484426510777ab876882ceb2505b21dd 32 0.01/1.00 vMB 4
127,290 127,290 0000000000000da9254035165b5659bcc9a0a5999a7c26543a9a32719cb1a76d 6 0.00/1.00 vMB 334
127,289 127,289 000000000000101d6616d56043854ec3e13da9723cca1fe94c259d24e82e1d41 9 0.00/1.00 vMB 311
127,288 127,288 0000000000000ded7930f74296b7b64ac889eb4930b91603373a2fec1bcfdd26 26 0.01/1.00 vMB 371
127,287 127,287 000000000000146f306bb429a3f1ca0f0424d75fc066e75e4f673a946bdcf2b3 15 0.00/1.00 vMB 2,766
127,286 127,286 000000000000052b99727bceff74376f3efed34744460b79132fa5fa4126fb00 1 0.00/1.00 vMB 0
127,285 127,285 000000000000137c587c9ba88b0252b872ce30cf97ce5daf7e95da1bc87ab47b 117 0.04/1.00 vMB 249
127,284 127,284 000000000000092970e43db1dbfcf651fbc078f6fc82615f2d7d2610d2bab98f 8 0.01/1.00 vMB 458
127,283 127,283 000000000000143574f5b7983c083416186faf3ed066c885b25d7259e4489bb7 24 0.01/1.00 vMB 557
127,282 127,282 00000000000007665fde644a88a0ddf8f66a93b5aba75ba6a0a6733ace468b1e 96 0.04/1.00 vMB 1,587
127,281 127,281 0000000000001a6d15a41de6f8855e7bedde3a50994c4b22fb2fa0b888c5860e 195 0.05/1.00 vMB 111
127,280 127,280 00000000000015930dd7e12815141556a24932c04e9da8a8b8c2c69487da984b 355 0.10/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.61 GB
    • Received: 6.74 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.