Loading Tool

Explorer IconExplorer

Memory Pool

44,919 transactions
26.53 vMB
0.05384998 BTC
Random Selection Loading Transactions
Max Size: 140.66/200 MB

Candidate Block

Mining Attempt 3f331659c1067074d3bdb8ca1367f44e90789371f44dbe916bc44f1c2ac6a2f0
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 9498dfc5eec97661d525ee28a2d2364b1d5b80fbb2f7880377c3231183eb5825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,285
Size: 1.00 vMB
Total Fees: 0.00519956 BTC
Feerates: 40.21 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (236,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,537 678,537 00000000000000000005bb456eca997c47fac63b0950fa699f9f0c1c130090ba 668 1.00/1.00 vMB 26
678,536 678,536 0000000000000000000849c4f71e7411c5e00fa761a3971171b08f4f7613443c 1,408 1.00/1.00 vMB 37
678,535 678,535 0000000000000000000a70d36eb9a2a8705c44cd30d09b6496e2d3fc36556fbc 2,160 1.00/1.00 vMB 34
678,534 678,534 0000000000000000000b244fa988b8957c2ad60f52ded56dffa894f28dd6d6e4 2,288 1.00/1.00 vMB 58
678,533 678,533 00000000000000000007b84e0f4a50f4a71605f082c2ebd6978a714597bbb3af 2,108 1.00/1.00 vMB 26
678,532 678,532 00000000000000000006c51f3c526e80749ed9a75117749952eccc89da3f0328 1,386 1.00/1.00 vMB 80
678,531 678,531 000000000000000000049e2315f69b91c8aa566ccd6922d37c416e890777b1d0 1,562 1.00/1.00 vMB 23
678,530 678,530 00000000000000000007a902d1750f3f1db56a518df662431b6a26777daeaf31 1,519 1.00/1.00 vMB 23
678,529 678,529 0000000000000000000ba60d6301799c289c9cdfa1aa13715d435c3157e56783 1,682 1.00/1.00 vMB 66
678,528 678,528 000000000000000000026712eb17e1a9375ef5301278fdb55d59b964a3340efb 1,160 1.00/1.00 vMB 85
678,527 678,527 00000000000000000000b8ab3aba967fe5b0ab203ff142e127da2beffa31e225 1,823 1.00/1.00 vMB 45
678,526 678,526 000000000000000000085cd91f26076e645650e0339b1566a1075fb7a8a35ff8 1,729 1.00/1.00 vMB 32
678,525 678,525 0000000000000000000b5549b092c7a0c861f5f2375427ead27872b1f4dcb2bd 2,296 1.00/1.00 vMB 80
678,524 678,524 00000000000000000004526727e69edf0d3223045ab08890f34220a2b179fb21 1,828 1.00/1.00 vMB 24
678,523 678,523 0000000000000000000a1dc85b8996fc3c709ada741e0bfa049d492a39da34f9 2,006 1.00/1.00 vMB 24
678,522 678,522 0000000000000000000b2779ef3b161b8a354847c5ffee2563dd353bbf82d481 2,554 1.00/1.00 vMB 74
678,521 678,521 000000000000000000069eee917ceec91be27fa31a1a2ae79ba5f21e1cfd86d4 1,347 1.00/1.00 vMB 25
678,520 678,520 00000000000000000000975aac87217beec2ba16816915ad42bf1803474f03fe 1,400 1.00/1.00 vMB 26
678,519 678,519 000000000000000000015cfcf2a2d8514e3743e730b7f1785fdfced86068e358 1,865 1.00/1.00 vMB 50
678,518 678,518 0000000000000000000b8dbc14f8352dad78cd6f27040aa5b777993acb0521a7 2,228 1.00/1.00 vMB 57
678,517 678,517 000000000000000000020fea60582e3b7ce93de09fe5a0268a0f6faabe2297af 1,723 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.