Loading Tool

Explorer IconExplorer

Memory Pool

38,220 transactions
27.72 vMB
0.05916598 BTC
Random Selection Loading Transactions
Max Size: 140.63/200 MB

Candidate Block

Mining Attempt 77aaff6a83630a4843b6e18a6169a272186322ec0ec64a1116caf24947fbb2b8
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 0b4b5c76443780267b754700d6697a70b9efcf482ed847544e1e8fa736496a19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,605
Size: 1.00 vMB
Total Fees: 0.00627161 BTC
Feerates: 201.07 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (463,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,582 451,582 0000000000000000011b7c903fc7d90e0eb965b51f6551966e34e2caa78c3816 1,743 1.00/1.00 vMB 109
451,581 451,581 000000000000000001401632e781d1ab02cdf6dc25e59a003af04fc462a58a96 2,411 1.00/1.00 vMB 141
451,580 451,580 00000000000000000008b46ff943fb318dd26fcef2a70f6cf8fd65c337c5afed 2,097 1.00/1.00 vMB 162
451,579 451,579 000000000000000002abcfdf9a3009cac97f12d135f93d291af36191a39ba925 225 0.10/1.00 vMB 258
451,578 451,578 00000000000000000150141feb2c3cafef0203e9b32bc76701d704ece3f93a50 2,085 1.00/1.00 vMB 124
451,577 451,577 00000000000000000297d22675cdde376d407e27df171d9defe1415b72cbef06 2,336 1.00/1.00 vMB 140
451,576 451,576 0000000000000000018ca9b351d5abae1f7a780164eeee56a4d3501cd8ae32c2 871 0.37/1.00 vMB 216
451,575 451,575 000000000000000000692a28eafe39aabc68992a5fecdb36ebbc15761ace5b9e 3,373 1.00/1.00 vMB 69
451,574 451,574 00000000000000000039f714603cd195de65685c71c1e8b617047b6189545dd5 2,942 1.00/1.00 vMB 88
451,573 451,573 0000000000000000023b96068d962048bd9cc23645abde2124f77766871cc4bd 2,212 1.00/1.00 vMB 82
451,572 451,572 000000000000000000260f539129d4b4589069c379e44d852358c2dfbfd2a6f6 2,456 1.00/1.00 vMB 165
451,571 451,571 000000000000000000b953fd239dfe7be42a71e82e6a6b728d810f53939db663 2,408 1.00/1.00 vMB 151
451,570 451,570 0000000000000000018a023b35472f0e27553c02d9394ff87a9c5379455efa42 2,370 1.00/1.00 vMB 84
451,569 451,569 000000000000000000c0a78fc6237c2e3aee3030ee4a8c949b072e12cb1a8f8d 1,948 1.00/1.00 vMB 79
451,568 451,568 0000000000000000028ed434342bb6f21291cfaa5e4fa4c390f97dedced87d70 1,382 0.75/1.00 vMB 102
451,567 451,567 00000000000000000225203b0a850453c210eccf4765b10ea1f82067e110ce9c 1,906 1.00/1.00 vMB 89
451,566 451,566 00000000000000000215b54fe013c10891019e17e0620a1d44b658f86d7f1a0e 2,566 1.00/1.00 vMB 102
451,565 451,565 000000000000000000c974e35c4e070b23d8fdf0d8597d60885265cdf3c58e4c 2,586 1.00/1.00 vMB 135
451,564 451,564 00000000000000000241e96e0a9b9009a9b3da34ae74b9e2d17353f8537d57b3 1,793 1.00/1.00 vMB 101
451,563 451,563 000000000000000000125c4e0955c37e33f7f04013734e2c5a489cc6189b45d8 2,348 1.00/1.00 vMB 133
451,562 451,562 00000000000000000245a92a9f0dc226eebde56c8a9eec14ae1afe9e65449cef 1,968 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 781.73 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: 630.06 GB
    • Received: 11.97 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.