Loading Tool

Explorer IconExplorer

Memory Pool

43,619 transactions
28.11 vMB
0.06704754 BTC
Random Selection Loading Transactions
Max Size: 148.33/200 MB

Candidate Block

Mining Attempt 1f5baae8276b55cb512b7516c52300c363c24f16044b6a18e10588791ab69ee1
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root fb52300082007eb94fa4e3b68de7a223971e6d82f6bdb38e8c03ab3cccbab9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.01403971 BTC
Feerates: 106.37 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (259,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,345 655,345 0000000000000000000e9ad786608ecc53735e6fa58a73235e87c24304c09e24 2,338 1.00/1.00 vMB 227
655,344 655,344 000000000000000000063894615107d849e1f450eff93bc43b650dcdc4a60c1c 1,379 1.00/1.00 vMB 106
655,343 655,343 0000000000000000000f501b7ebb6cc66d122734456c6f625ce08046714503e1 1,665 1.00/1.00 vMB 138
655,342 655,342 0000000000000000000332cfc2c5e0ce198a10919afb93a9d5c54f29af0f0865 2,465 1.00/1.00 vMB 38
655,341 655,341 000000000000000000078bc5337ad78ebb7da28a3ba89e1faa739fabebd712db 649 1.00/1.00 vMB 18
655,340 655,340 0000000000000000000f48b33c9cb5014a2bbf5f0dea4a0171cce61f450ba1b0 1,279 1.00/1.00 vMB 60
655,339 655,339 000000000000000000071cfce08d3dc64c8e11a95da5dd5f4ae7adcbee972bf9 365 1.00/1.00 vMB 33
655,338 655,338 0000000000000000000e4a9bbc39c161508065764ea5906f625bc22ad84fb385 847 1.00/1.00 vMB 151
655,337 655,337 0000000000000000000b06797266e6d86d965cc892ad1dd713393c06fcb61f0e 1,111 1.00/1.00 vMB 39
655,336 655,336 0000000000000000000e803588020822a6b767ab522c90979b47b25089c0bee9 1,706 1.00/1.00 vMB 28
655,335 655,335 000000000000000000098ed0d1ec71b387057d2204a00b49d630f08cb50d12e8 876 1.00/1.00 vMB 65
655,334 655,334 000000000000000000071065ee9c044aa73fa651bd60c5de2cbc9a5bd20a0922 1,451 1.00/1.00 vMB 114
655,333 655,333 00000000000000000007db0a19bf3d5536ad461e415f449f7093d9e169567648 1,061 1.00/1.00 vMB 83
655,332 655,332 00000000000000000005c10b1d8159e02e0db27397917d9af63a6cbd232fbb86 1 0.00/1.00 vMB 0
655,331 655,331 000000000000000000029e168e6ab36a9246a70898f1e06866bf5b45308e3e5e 818 1.00/1.00 vMB 45
655,330 655,330 0000000000000000000593d7838a6f003053b46e3a05f64cfaee3797f7c6bf71 2,247 1.00/1.00 vMB 130
655,329 655,329 0000000000000000000cea487b27d68f86a1941d4a0553a6aff9fdc7e34af989 2,452 1.00/1.00 vMB 180
655,328 655,328 000000000000000000037324b4a244b31b6f0e535500c9466595eb3c2bc7a6f4 2,811 1.00/1.00 vMB 226
655,327 655,327 00000000000000000006d42554df5d7a15be14b449d5e8c0bfff0fd233a1c26f 1,407 1.00/1.00 vMB 17
655,326 655,326 0000000000000000000be13e86b3e9f43a9287f51b4d1af9ad7b60b41324cf68 1,435 1.00/1.00 vMB 63
655,325 655,325 0000000000000000000f62c50356c8301931932069743bad7825b2c92a287279 1,488 1.00/1.00 vMB 253
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.