Loading Tool

Explorer IconExplorer

Memory Pool

85,728 transactions
31.45 vMB
0.13558008 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 1759d7c384f7c00515181b049001c88be028d61a3d4da7c3e08927169f1d8199
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 759dd139c9e59a7eb0654dfbb099c7ee40006ce507f44da46c55b0b5b0556264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,769
Size: 1.00 vMB
Total Fees: 0.05840338 BTC
Feerates: 214.31 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (801,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,913 113,913 000000000000b17ea7a4af3499a1c5fc5a26e02ea2f23206ff91c0da8a8f31e0 1 0.00/1.00 vMB 0
113,912 113,912 000000000000c0b2a449777cd41db7c944c8e3e5b1785183a1079cba7dbbc539 8 0.00/1.00 vMB 0
113,911 113,911 0000000000006e3d40fbf76994f48d2204382076a706ecec921abea6d10b0200 10 0.00/1.00 vMB 309
113,910 113,910 000000000000a2457c8fa9051a2031ae97331ec5be81095009d8d368c41daa31 3 0.00/1.00 vMB 0
113,909 113,909 000000000000d8c7c138cc4f8e1983f3b5e54491918c4b6a270567c277d8ce24 57 0.02/1.00 vMB 0
113,908 113,908 00000000000078071cd061903f5874da14b59bd78ca2e5245e2044c74b909789 14 0.00/1.00 vMB 809
113,907 113,907 000000000000d3f2903c52d0d4b440b6a59e7d0134b15370c42b74b71cc1b89b 2 0.00/1.00 vMB 3,891
113,906 113,906 0000000000003ecbceeb75a6c1e9c31a50dfc4ce1234736680978bec8d75d87a 10 0.00/1.00 vMB 268
113,905 113,905 000000000000910a9eedecfc9c0ed767125383619f53a870953e4fe9a05718a3 27 0.01/1.00 vMB 143
113,904 113,904 00000000000068159bd17fba528f9132c43f9833f4aa025df1df7d88493f155a 1 0.00/1.00 vMB 0
113,903 113,903 000000000000c41e1ec3c11fea8e684123b5c0e691281f51ab233b7cd9a2514d 2 0.00/1.00 vMB 0
113,902 113,902 000000000000b514334da1fbbd12b655381747ef182dfeb6154257c4642c70f7 6 0.00/1.00 vMB 0
113,901 113,901 00000000000053e166af69013dad7639aebc88c25ef76f0864ab5c193543c2c3 1 0.00/1.00 vMB 0
113,900 113,900 000000000000c10ae722e371838c71557782b854a0afff3b77515db7f468f232 123 0.03/1.00 vMB 0
113,899 113,899 000000000000279b9123a2fc92c03c839ad2f9011204e895b9bcfacec0e078fc 5 0.00/1.00 vMB 0
113,898 113,898 0000000000006a615016db0b9aa5056afd8e23443b2a627aff2e98cfbf800322 9 0.00/1.00 vMB 0
113,897 113,897 000000000000233bc44405d07bca4aec78d72c74aaf81f697569e297ac027a82 10 0.00/1.00 vMB 0
113,896 113,896 0000000000000d1ed9cc6deeb287f0918f88f20892ccf0a61de89880450d09b1 5 0.00/1.00 vMB 0
113,895 113,895 000000000000594a1ab66311fe8693cbc9b771a44480d26b3d503de5152acf3e 30 0.01/1.00 vMB 136
113,894 113,894 0000000000008f56a9a02ba94b7210028582944edc1560196e0dbb753fe9d88f 12 0.00/1.00 vMB 609
113,893 113,893 000000000000a7b93dfc5e7b50fa85e2bbf11c394050871d95bb96ccdef114a1 14 0.00/1.00 vMB 348
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.