Loading Tool

Explorer IconExplorer

Memory Pool

42,376 transactions
16.91 vMB
0.14296189 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.90/200 MB

Candidate Block

Mining Attempt 82d11217b4329b74dd1ac61ebfec6e92015a450cfa76c9c6896c769113c2c690
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root c207a72919ee4549c3605009b4580c28ed9eb0bb99813a042ff7f5733bf0f09a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.04538218 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (684,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,717 228,717 000000000000017e204de507946bad8f9fbbd14d563883a91b7f74c9f4fc911d 388 0.15 vMB 190
228,716 228,716 00000000000001a556325826abb872f21447c8fedb1a3bad303d648eb98b82a9 266 0.12 vMB 168
228,715 228,715 0000000000000198bd7660e7ade3cfcd30bfb1b914744dff409d8e2651b0dc35 132 0.15 vMB 53
228,714 228,714 000000000000017ba8b3cbf0d47989db53a1f885f791b0efee33132980bff01d 186 0.19 vMB 89
228,713 228,713 00000000000001776f70bf607753582c4af3be6ceb45a5fc16dcfd3bbaa47775 465 0.23 vMB 150
228,712 228,712 00000000000001f1c6581754cf250fbcc71a1a7d5b9a415773ef68d83adef3cc 521 0.18 vMB 232
228,711 228,711 0000000000000066eae6e6e1c1115c2ae155afc0edac84d2cc6bf82ad82a65fd 398 0.15 vMB 236
228,710 228,710 00000000000001e6b3c4afa12eba7cd95c85b3f693399b6969724113d706bb38 526 0.29 vMB 134
228,709 228,709 0000000000000175f43a5c5649c9665a6be77c3516d8ca22cf3ab28b369abcd6 160 0.07 vMB 31
228,708 228,708 0000000000000036e1c1f500c13fbfed7baa16a618b90165c9512b7adc054c33 336 0.15 vMB 189
228,707 228,707 00000000000000991ec38ec97217763d730a960baa1966be1cc02a6e79d83e03 265 0.11 vMB 188
228,706 228,706 000000000000022234d671a88515e7722c826b2449ccbee5e5d1bc6cfb9f9b73 242 0.10 vMB 169
228,705 228,705 0000000000000215708485d224a2c9e527cc1c40980bd1b510cb1d74ef6db265 467 0.22 vMB 126
228,704 228,704 000000000000006d55b72c1ac1c4189311ac5c19ea38688effff766b754da7ca 353 0.17 vMB 148
228,703 228,703 00000000000000f1dce0e4f71953a0276357ee35dd651fe9f1eb97bc0f26e883 522 0.32 vMB 130
228,702 228,702 00000000000001f164754289c07eaba3ba5f5d463a0a99e70db6888f13a7da8e 379 0.20 vMB 155
228,701 228,701 000000000000023bdf6321dddca9989a5f11ff568818ceb45159f2f39bc4e464 38 0.04 vMB 102
228,700 228,700 000000000000006219e615504de2bc02860b0b70889c47c1b9d4f3d7cffe082c 500 0.21 vMB 123
228,699 228,699 00000000000001f4c5d53022eec5415c1946a9279b7c5e4389f9cfcb14f6c6a0 633 0.30 vMB 154
228,698 228,698 0000000000000210846c19a34f6caf3e65bd87bbcad504f07df92226b3e71179 244 0.20 vMB 86
228,697 228,697 00000000000001c6b349b7b18235eeada37a78e512244f3e7357e0bef24db4ad 685 0.25 vMB 184
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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