Loading Tool

Explorer IconExplorer

Memory Pool

101,338 transactions
24.84 vMB
0.06496114 BTC
Random Selection Loading Transactions
Max Size: 173.55/200 MB

Candidate Block

Mining Attempt fcd02d5edfde5eea8c704e8c182d8dd02e2fb4b6add9d5bca461a001c58a0c5d
Version 20000000
Previous Block 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f
Merkle Root 02988ec7e2aba6886c5bfc33264884240835a77d14d8b2d97a03022bdac602f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,007
Size: 1.00 vMB
Total Fees: 0.00830906 BTC
Feerates: 100.45 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,916 (813,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,105 102,105 0000000000025668882dc0f45780ce6eb68e2f010c7e07a6865cf6945609e3fb 8 0.00/1.00 vMB 0
102,104 102,104 000000000002c4b68f6b2c5987b9a7934f91a0b1698ce18e8955555fe2f7a954 9 0.00/1.00 vMB 0
102,103 102,103 0000000000034d7ebe8c1341db3f8a4ce3f6e441cbdc973eae53722b099cacc7 13 0.00/1.00 vMB 0
102,102 102,102 00000000000006a529e5b96bf4747fb1163911c86f18b66962992eb67fed4b91 14 0.00/1.00 vMB 0
102,101 102,101 000000000002878aed576f1a2bd3d729751e064125190641efe6574bf9612ed2 14 0.00/1.00 vMB 0
102,100 102,100 00000000000004751b3fac9c7bc3c3ff97c7c45c4328d1c9ff131a1063c1af57 14 0.00/1.00 vMB 0
102,099 102,099 0000000000032c0f6fc82ae1c7f18c9988470c0f59b19da1a7ad44a99a26e551 3 0.00/1.00 vMB 0
102,098 102,098 00000000000325266cfb384a22a02ca370142d9cb932f2960f92840917d89af7 2 0.00/1.00 vMB 0
102,097 102,097 000000000003042fb034c93289f106fcb29d8836ff7ff0d70e56f539191ea2ec 1 0.00/1.00 vMB 0
102,096 102,096 000000000001f415356f4498a6c05863ac8570be51763207c5d53a19dfaf66e3 3 0.00/1.00 vMB 0
102,095 102,095 0000000000019fc877baf1b0d53be7c14e71a969805c49f80a32a48a4eadf998 2 0.00/1.00 vMB 0
102,094 102,094 00000000000242251d2baf8b1e4bb70b9a52817e991695a1474b81d37f84994d 6 0.00/1.00 vMB 0
102,093 102,093 000000000001adfca50145be9918df6d69a35c618385e07eb42d04abe89278a3 2 0.00/1.00 vMB 0
102,092 102,092 0000000000025892badd82ffca40f26491ea2ff09f947f4a7c1d9308264ba4e4 3 0.00/1.00 vMB 0
102,091 102,091 00000000000249be1baaab94d40877d5035bde2c2fec8e9e58fe6f1fe3f8d60d 9 0.00/1.00 vMB 0
102,090 102,090 0000000000009c1025fe62c47bfa7196f730c8d21f21a72d64cef1fe53df1d7f 5 0.00/1.00 vMB 0
102,089 102,089 0000000000022d665531ef17522969923b2b86beb62d2eceb72bc23ef9b64cf4 12 0.00/1.00 vMB 0
102,088 102,088 00000000000331f72f67925f3526ae0d21f5b961ce63cef5b7991adc59687ba6 14 0.00/1.00 vMB 0
102,087 102,087 0000000000004afd682f76f7c5fa776e26544d1dfae20593c66890575aecbeea 2 0.00/1.00 vMB 0
102,086 102,086 00000000000032f399303f6ac3c67ced0f43f989b2f73ee02c40d0c5f448eb1f 4 0.00/1.00 vMB 0
102,085 102,085 0000000000039a5ee831f78a5ece28ef7db51d891f7a65fe7b8ea841bd4de3ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.45 GB
    • Received: 22.50 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.