Loading Tool

Explorer IconExplorer

Memory Pool

77,856 transactions
29.41 vMB
0.10346472 BTC
Random Selection Loading Transactions
Max Size: 177.14/200 MB

Candidate Block

Mining Attempt 24e601a0d18ccdea4838714f120abe587973790d097884b4fd5083b6077fa918
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (276,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,113 639,113 00000000000000000000a3551a86f92ed350cfd82bcfa70990201689f8398b3e 3,004 1.00/1.00 vMB 55
639,112 639,112 00000000000000000009c7358c1c53b042d83df8a9ca9ac01673c6094a2b1161 2,780 1.00/1.00 vMB 32
639,111 639,111 0000000000000000000b0e2861969a0d012608f8ed5c729120d4074e486b6bb7 2,947 1.00/1.00 vMB 31
639,110 639,110 00000000000000000008556f190347eb42a4ffdd2af60a0623c9cd8270b39d76 2,272 1.00/1.00 vMB 37
639,109 639,109 0000000000000000000099e3e36feb6444b9ad4a4fbdb8863b612b8b93cd2f16 2,869 1.00/1.00 vMB 38
639,108 639,108 0000000000000000000a9278c854bc20fd17b80068fec1080b5a16e68b389bab 2,912 1.00/1.00 vMB 57
639,107 639,107 0000000000000000000604e6c31ca1111f74147446de2fd9def2e67416957df8 3,022 1.00/1.00 vMB 50
639,106 639,106 0000000000000000000d20c8542d52a960ab3cb7a4171e6bbf1351c9f5f36a2f 1,702 1.00/1.00 vMB 25
639,105 639,105 0000000000000000000b0613d9de13695cd411082af7064e3d58b726fa54b79f 2,794 1.00/1.00 vMB 33
639,104 639,104 00000000000000000008afe327b378a8c71737c04a69b97ecbf58f69f59fddbd 2,169 1.00/1.00 vMB 36
639,103 639,103 000000000000000000080dbf0ca20485e6a0b49619e4d61b00c4aacdf8b2f2fa 2,489 1.00/1.00 vMB 43
639,102 639,102 00000000000000000008f333093546223c72f827e5ef14fd5ba032d5938a385b 1,973 1.00/1.00 vMB 29
639,101 639,101 0000000000000000000e397e0852abac0e0be80764eaeb651992e2d1470147ff 1,244 1.00/1.00 vMB 28
639,100 639,100 00000000000000000002f7fe3416b0b6a14cfe0b27b1bfa9207175a1bd4a2f56 2,132 1.00/1.00 vMB 30
639,099 639,099 0000000000000000000d5122c36324d7ea49e11b38331c6f5fac94d54d05a467 2,695 1.00/1.00 vMB 36
639,098 639,098 0000000000000000000a464b4444e6faf5006acd18abd536c665b11a6bade7b2 2,957 1.00/1.00 vMB 34
639,097 639,097 00000000000000000005897307970f40f7e7c2f9558c9a07068c812877d924c1 2,609 1.00/1.00 vMB 37
639,096 639,096 0000000000000000000bab21ffb702f2f89c7b33cf52da252e3e34db80392229 2,177 1.00/1.00 vMB 50
639,095 639,095 0000000000000000000501bc6b710d951baf6c2969d5aee52258e2902c9f05aa 2,585 1.00/1.00 vMB 32
639,094 639,094 00000000000000000006ed1c6fd6442661012498408a1085ffdab088aead2069 2,645 1.00/1.00 vMB 44
639,093 639,093 0000000000000000000808febd8a41db7b82342b8e9750d85c430f4daa6d6424 2,767 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.