Loading Tool

Explorer IconExplorer

Memory Pool

77,424 transactions
29.09 vMB
0.10088911 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt de94d7093c2ae094089a9cdaf0cdc6fc89b0aab4da37b611548c4a451a7ae28a
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 27588413f8a06dbfbbeb1f5a49b4b70a5823c654fbf2e29965e292b2e0fe746a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,529
Size: 1.00 vMB
Total Fees: 0.02683866 BTC
Feerates: 453.09 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (468,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,284 447,284 0000000000000000002f1e3707fc923a26bc1d92e8ac8ae988370e287662e61e 2,513 1.00/1.00 vMB 79
447,283 447,283 000000000000000000e3d87441de6f12714c9695f6b97ebe073afd7cd5c2916e 636 0.29/1.00 vMB 80
447,282 447,282 00000000000000000103a832e49eefa0a8ad0586330d78e3c653540de75f898d 69 0.03/1.00 vMB 67
447,281 447,281 0000000000000000015c84f8919d8beb305a802cff4873574f072ade9f2ac724 1,307 1.00/1.00 vMB 45
447,280 447,280 000000000000000001584008d25be46f6d55496d3983ef3e4ab98cded46e848d 925 0.62/1.00 vMB 59
447,279 447,279 000000000000000001b1b92e607fd2e96556147df910372a620e5dc238cb8d2f 1,438 1.00/1.00 vMB 40
447,278 447,278 000000000000000001e5b578c0bebddb6ed71e7a68fbd8eff104342e77a33cfd 2,291 1.00/1.00 vMB 88
447,277 447,277 00000000000000000182f46e91b17a6d0c46ca8d555dc6388a9121010802a673 1,658 0.90/1.00 vMB 62
447,276 447,276 000000000000000002dd05dbc68b9f019f2aa02e947b9c84427d92e9c3b4edf6 1,728 0.97/1.00 vMB 69
447,275 447,275 000000000000000002f0e874234148b91c0ebd6c8609d1561bd56107ff5ce4c8 1,191 1.00/1.00 vMB 43
447,274 447,274 0000000000000000000d51a8c04ff2cf6e66d6c825910684b53ba9c27e4f4d80 2,122 1.00/1.00 vMB 70
447,273 447,273 000000000000000002888693ed6c047583881dfdd6ec723ba66da1b47a367191 1,011 1.00/1.00 vMB 28
447,272 447,272 000000000000000001795ff04f57c8a84f6f38d6dde92fac6ce4fb12a1f86799 758 0.31/1.00 vMB 83
447,271 447,271 00000000000000000234074d04140fd5157efccb7805fda0584b897473551b0f 1,011 0.41/1.00 vMB 81
447,270 447,270 00000000000000000050b2ee3bca815de26d85e859fe0717a2c679bba8c6e214 1,483 0.63/1.00 vMB 68
447,269 447,269 000000000000000001478deae977f398843a15f285b56cb933ddb4ec711d3ffe 606 0.30/1.00 vMB 73
447,268 447,268 0000000000000000009c0a193fc50c40184e24ce0df724dcf517146af35c286a 1,090 0.48/1.00 vMB 81
447,267 447,267 0000000000000000000a2d9332eb68a684a0e98e1f956cd0f1715c492fd46040 2,543 0.98/1.00 vMB 79
447,266 447,266 000000000000000002f288e450a70ea82114a6931f68c3ffc52dc95f042e28b6 418 0.27/1.00 vMB 50
447,265 447,265 0000000000000000003de12a56a3e288a992f77dcc901f5edf4c6ea64f73e14f 2,296 1.00/1.00 vMB 76
447,264 447,264 00000000000000000144615089ce3decc489c85f8ca4994b83ca1baea5b1a276 155 0.06/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.