Loading Tool

Explorer IconExplorer

Memory Pool

78,485 transactions
28.96 vMB
0.07124587 BTC
Random Selection Loading Transactions
Max Size: 175.87/200 MB

Candidate Block

Mining Attempt 9aacd40431144f821c92b000b5c4062b844cb70722d2106f5341f67e09ccd7bb
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 1d3df0e150e28ea8aae61f8cd7baeeb3738efb5d29a6f7253005b1bde59e11e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,881
Size: 1.00 vMB
Total Fees: 0.01080627 BTC
Feerates: 13.09 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (308,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,357 606,357 00000000000000000013e9142701d52c7f02743d388f7f1348d389750bdb7862 2,981 1.00/1.00 vMB 21
606,356 606,356 0000000000000000001333d6380cdda6f6db6e35a972ea1ec13a3c16651062a6 2,605 1.00/1.00 vMB 6
606,355 606,355 000000000000000000041b6e279457373a8cadc859713d4abca36fdc48130345 2,894 1.00/1.00 vMB 21
606,354 606,354 0000000000000000000b3a5384ccb8d85b59fe7b081b49279b8c075e0a72359c 3,057 1.00/1.00 vMB 13
606,353 606,353 00000000000000000008c8089925bd10eda0522090a0a64776df3c40a294e6e8 2,168 1.00/1.00 vMB 26
606,352 606,352 0000000000000000000b031d819dbd4f8fd3ed4e345cbf4cc1d9388835b83b8f 2,356 1.00/1.00 vMB 13
606,351 606,351 00000000000000000015229f2d8eb8b193416913db95c8bf8fe3fecec52a2e95 2,926 1.00/1.00 vMB 20
606,350 606,350 0000000000000000000dfdb012d554647a5ff527b5ab96707f31e1d8b34ad712 2,912 1.00/1.00 vMB 25
606,349 606,349 0000000000000000000b236448b2804b4ef92343d6787c1aec7632963c4b0075 3,183 1.00/1.00 vMB 20
606,348 606,348 00000000000000000008aa8e0764b72fe322b1205865408a7b3d47ad9232d595 3,544 1.00/1.00 vMB 27
606,347 606,347 00000000000000000013641677950a98a83d63e3198d3cda5f1b2587dbd07eba 2,755 1.00/1.00 vMB 34
606,346 606,346 000000000000000000051d8b7bf2bd9b92b0cf6589505e033df654c3018c4608 2,451 1.00/1.00 vMB 33
606,345 606,345 000000000000000000117cb438baa0ec79ad0df2ee9b77fe67eb234da1d39e92 3,101 1.00/1.00 vMB 32
606,344 606,344 00000000000000000010766d2b45bf2b49bb1d8d70f5611065bd236096f07a93 3,020 1.00/1.00 vMB 20
606,343 606,343 000000000000000000155c36d8f119f8d941ca11daab8bd3eaff1448bad19b43 2,753 1.00/1.00 vMB 46
606,342 606,342 0000000000000000000f2611a7805d3f73d293c900a1f0018852a1925f4c42dc 2,669 1.00/1.00 vMB 12
606,341 606,341 0000000000000000000f6a813b7bafce199ea5a706fdcb80534d8fa64aaf85a5 3,422 1.00/1.00 vMB 32
606,340 606,340 0000000000000000000de26677e3127e17259e6db7f872e6d2792b7593769f2f 2,897 1.00/1.00 vMB 10
606,339 606,339 00000000000000000012e13d6f8b8b6fdbfbb98216e6c0197e99bb77726bc6e0 3,014 1.00/1.00 vMB 18
606,338 606,338 000000000000000000114d2d28705362cab296dc2e29f08085a23145dce790b5 1,537 1.00/1.00 vMB 26
606,337 606,337 0000000000000000000aa2eee2fd5e0e22318ef62b922cbd4ed2cfd8c9d8ad24 2,986 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.60 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: 671.67 GB
    • Received: 15.98 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.