Loading Tool

Explorer IconExplorer

Memory Pool

28,713 transactions
22.85 vMB
0.03473352 BTC
Random Selection Loading Transactions
Max Size: 124.87/200 MB

Candidate Block

Mining Attempt b61edf3f85a78dcd5d453aaf9af1850888d1ac7732a86af179d4d6bf6e54074a
Version 20000000
Previous Block 00000000000000000000a4912daedde308a5f4cb054ef12d9a1ec7ad0a3b33e6
Merkle Root b936e507ffd28edc841c871db2d00648610e8ed52724da54b8cb40a9ca2559b0
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,333
Size: 1.00 vMB
Total Fees: 0.00886015 BTC
Feerates: 84.03 > 0.89 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,184 (934,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,900 6,900 000000002855bc26b205524b86a8c5440a1fb7f05b136d840310308716c3a3cf 1 0.00/1.00 vMB 0
6,899 6,899 0000000046f671b1a1a53fb5d2d63086b9023348c6e7829a76f0a4375d405804 1 0.00/1.00 vMB 0
6,898 6,898 00000000986c05c1a1eb41f01d51b3fdcf6b566fdd549fc32be58d4a1b792ff9 1 0.00/1.00 vMB 0
6,897 6,897 0000000015f1e7ff92e9d45060742576ea20bd23f022425ad5866d18918a6257 1 0.00/1.00 vMB 0
6,896 6,896 00000000f41cdea74d54ba0783469e09b6f34ceab6542260f6428c890059b57f 1 0.00/1.00 vMB 0
6,895 6,895 000000005edc36efc96b639fc1b4af4161322ab858ada9639cc90ffe4ddd168a 1 0.00/1.00 vMB 0
6,894 6,894 000000006a07f51a21bf370586daeaf651a5ff29bcf1d53dad55582762f9f4b0 1 0.00/1.00 vMB 0
6,893 6,893 00000000b8b8ddc7b3a454eb9be11de1d0673500abcd6ca1eb3e770bd2a627f9 1 0.00/1.00 vMB 0
6,892 6,892 0000000050a58f5c3fa7c44401783b5980eda151a67539455c3c3119842d1471 1 0.00/1.00 vMB 0
6,891 6,891 00000000edaa8a068b03459d4e3fd1979bb69ae46cd8233d422388385d98e77a 1 0.00/1.00 vMB 0
6,890 6,890 00000000f5df9a9a3e31318ffdc8ea3f01fbca1a673222075e306f9b9da02fe3 1 0.00/1.00 vMB 0
6,889 6,889 00000000dbe2fe042255163d49fbc3001150528e3e76eb4ebbdc8a304c4c646b 1 0.00/1.00 vMB 0
6,888 6,888 00000000e22466aa2189719d6f43cc2ffdd527e18f4a6f0158ac11226aa0fe77 1 0.00/1.00 vMB 0
6,887 6,887 000000009a4040e98e1ee2346b7e8892509ffb970c0f59741fc665a92b8fc536 1 0.00/1.00 vMB 0
6,886 6,886 00000000e7cbf17e4da25723cc71121d461b1a85a1dfa13a605005f056d77cbd 1 0.00/1.00 vMB 0
6,885 6,885 0000000029975ed506251a4c335d060c02e9e8fd068c3752c92a46278b64181a 1 0.00/1.00 vMB 0
6,884 6,884 00000000c744db57e41f4555b8ab84f2484e6898754de72289cd6f176d1dfc5e 1 0.00/1.00 vMB 0
6,883 6,883 00000000c243644e8dad87233f1c211b682562a49c2f27137557b06ccf6a4fb1 1 0.00/1.00 vMB 0
6,882 6,882 0000000030c4ac4baed7725a572f65e1392391669bc199ab793b565d30b2b810 1 0.00/1.00 vMB 0
6,881 6,881 00000000fa8389c2f8f9701b81b4fdb7c382da4ce4b964cd0792068d1acf3acb 1 0.00/1.00 vMB 0
6,880 6,880 00000000cf47f975184db0b4df92c9f798f61aa8143ffb0ce1c48746a8bd63aa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.88 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: 4,620.74 GB
    • Received: 249.36 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.