Loading Tool

Explorer IconExplorer

Memory Pool

33,848 transactions
25.32 vMB
0.06684471 BTC
Random Selection Loading Transactions
Max Size: 128.55/200 MB

Candidate Block

Mining Attempt 4d282ee3ad7e801463c89ebe8cdbfe6acad0b24c2273b5deaf72b0c7d7fe2d9c
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 141b6041c4f00e628fa5f6a39156071f4a50ffda3ea3e22d138f4cb480a55487
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.02103269 BTC
Feerates: 151.12 > 2.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (82,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,365 832,365 0000000000000000000168315c8e53d9df196d7cc7b3a3d9f79f52334314a450 1,431 1.00/1.00 vMB 13
832,364 832,364 00000000000000000001e5b550dd04c78c9923e416f97b30b56e911ff16b8602 2,930 1.00/1.00 vMB 19
832,363 832,363 00000000000000000000b9e10b1875e5db2dfa7ac058a767f8449590d800f6b8 2,705 1.00/1.00 vMB 26
832,362 832,362 00000000000000000002faff82563ba6742d5ef4a7199e664e4b1bd51bc4ba91 2,940 1.00/1.00 vMB 25
832,361 832,361 00000000000000000002e33f5606d884ad0e3bf6d6f16d4f0fdeb8212401bb5e 3,255 1.00/1.00 vMB 45
832,360 832,360 000000000000000000002e04849c289f5f65ad67c3d94c6d25778cc1188b9598 3,256 1.00/1.00 vMB 32
832,359 832,359 0000000000000000000233706f02281f7ec15ba13ae6c241a0e743c4a1717cf7 3,402 1.00/1.00 vMB 15
832,358 832,358 0000000000000000000040de06ddcfe56518b27901fb5c1bc16ec46ea34d23eb 3,855 1.00/1.00 vMB 24
832,357 832,357 000000000000000000027e58b6ccc810628276e53462bf076f970031b4192c27 3,023 1.00/1.00 vMB 21
832,356 832,356 0000000000000000000086158a29f8ed02f05fd4cf377cd073e914998ac78495 3,240 1.00/1.00 vMB 38
832,355 832,355 00000000000000000002a20c3326582402176aba2085a869d7b6c257fa0ac449 3,118 1.00/1.00 vMB 31
832,354 832,354 000000000000000000026b967dff980efffa309bcdfa157b8b1faf172d933049 3,077 1.00/1.00 vMB 16
832,353 832,353 000000000000000000011d5042976c9063ae1ac129f6be9fa23d1962c62b4307 2,361 1.00/1.00 vMB 32
832,352 832,352 00000000000000000002a7a9a50469b8e4d516b231097333fb0f64b9880770bf 1,909 1.00/1.00 vMB 24
832,351 832,351 000000000000000000005850ccf8d26d963abd529de98b84a7fcbd1f1210a968 1,108 1.00/1.00 vMB 16
832,350 832,350 000000000000000000030b15d9f3d5117252ebd6572a89b49a5a4e3dada935ed 1,070 1.00/1.00 vMB 14
832,349 832,349 0000000000000000000167502eeff7f51ecd7e462b815e899434bca2d3750441 1,647 1.00/1.00 vMB 15
832,348 832,348 00000000000000000001ebafc7f7a7d6c06c1b912a4ee32a75168dfe2dcbde83 3,307 1.00/1.00 vMB 23
832,347 832,347 00000000000000000002e1bcb76a2341cc508df163dcb950f3b09cb803ed7256 2,941 1.00/1.00 vMB 25
832,346 832,346 000000000000000000002231405251c1a86fc9000748d6fe90f72eb66cb26999 2,375 1.00/1.00 vMB 20
832,345 832,345 00000000000000000000ee22241d00ce61db274e1b5945221440030999eabaf0 2,651 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.