Loading Tool

Explorer IconExplorer

Memory Pool

81,635 transactions
30.32 vMB
0.07629681 BTC
Random Selection Loading Transactions
Max Size: 186.23/200 MB

Candidate Block

Mining Attempt da64381e4d6db4c4b8a46ff15b820c512417923c1d4984c00a2f4d97306da2bc
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 31bc026ca0376fd2dbcbad27597026e77d964bc50d169b42a6b51d4a0a9c2d93
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,802
Size: 1.00 vMB
Total Fees: 0.00887334 BTC
Feerates: 150.77 > 0.89 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (314,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,427 600,427 0000000000000000001256e6cbd3f7de112fc7ccd78a863d9e22686508236be2 3,197 1.00/1.00 vMB 15
600,426 600,426 00000000000000000015899ef18158c5088fb29a592adb7630f77d42238e92f5 3,484 1.00/1.00 vMB 11
600,425 600,425 000000000000000000014e4db2a2560b11217d6280cde20d1b2305b14d2e3e96 2,912 1.00/1.00 vMB 7
600,424 600,424 0000000000000000000b2e39ad79732df9e75f13ff16c240a2c2ddb1b4249ffb 3,126 1.00/1.00 vMB 16
600,423 600,423 000000000000000000053318deeb6264ecfb179cdcf37a972d68b9f42d7aa653 1,209 0.29/1.00 vMB 2
600,422 600,422 0000000000000000000cc8c466775eefc109fb2bb788dc1addc3fa14817f6dec 2,555 1.00/1.00 vMB 11
600,421 600,421 00000000000000000012aa6038b7569d95e2ff4e4e36cbbca45f96a10c4c1d69 2,637 0.79/1.00 vMB 11
600,420 600,420 0000000000000000000dffb454ca6f8f00eb779dd809f3a9276053131fd75553 2,886 0.84/1.00 vMB 5
600,419 600,419 000000000000000000130bbecc8d2474bfe1938ee3f465a40d27d6fcab247dca 2,795 1.00/1.00 vMB 5
600,418 600,418 0000000000000000001529c6607aa46088c0798bc63bcae3297e1c291d9f06bc 3,078 1.00/1.00 vMB 17
600,417 600,417 00000000000000000001e372ae2d2bc91903bd065d79e126461cd2bf0bbe6b3d 2,577 1.00/1.00 vMB 10
600,416 600,416 0000000000000000000dbd8aada824ee952e87ef763a862a8baaba844dba8af9 3,314 1.00/1.00 vMB 11
600,415 600,415 000000000000000000157f04ed7756315ef3729b7bfa3aaad04cee5c18b7d521 3,053 1.00/1.00 vMB 13
600,414 600,414 00000000000000000010619ecbd327ae45685c11b4038ef835ec7807c4cacffd 2,868 1.00/1.00 vMB 18
600,413 600,413 0000000000000000000675a7fd742d9435384deca201d606d24d660bc10aa208 3,050 1.00/1.00 vMB 3
600,412 600,412 00000000000000000014548c167500a87d9832a3c72ea361ae1ce2bcd2701f17 3,112 1.00/1.00 vMB 17
600,411 600,411 00000000000000000012e79fa85e427e68cd27d9d8910a7e56283532b5715216 2,545 1.00/1.00 vMB 18
600,410 600,410 000000000000000000006e276e3516e134f56215e61da620e3a29f000328a948 1,078 1.00/1.00 vMB 32
600,409 600,409 0000000000000000000a992c85d28d058ee17697405a09966a91dd9c49265965 3,019 1.00/1.00 vMB 13
600,408 600,408 00000000000000000013020e6226c63f5853637272bc8f5bcffc7fa1b15a7a00 3,065 1.00/1.00 vMB 14
600,407 600,407 0000000000000000000a3a82fa08c55bcaea604e1f1f8baa68edf375da077249 206 0.06/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.