Loading Tool

Explorer IconExplorer

Memory Pool

20,549 transactions
8.90 vMB
0.05007466 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.14/200 MB

Candidate Block

Mining Attempt 8331a8f44108c200cb712fc326e4c568e3a9e278f846081080fee2999ba7766c
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root f76e7f59e0d3c8a6fbbe17dbb25a41abc5bae624842a0c81d365bf2dd2307956
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02893299 BTC
Median Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (746,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,765 166,765 00000000000007eca12b093f48c057d2ae4b19f214fa33a26f2c126bbd35bcf6 39 0.03 vMB 200
166,764 166,764 0000000000000947b1826621eca53b9059befc794a33fe1d585d36dcc505d380 84 0.03 vMB 60
166,763 166,763 000000000000035e301c266568798bb27839f4f83f6a7c9626752792797b1857 60 0.05 vMB 137
166,762 166,762 00000000000007293978156624fcb3c076be9fef728ebc9fe017b0f4d818f70b 13 0.00 vMB 20
166,761 166,761 00000000000004893964088c4b185c127b7ffa49463ecc4711604cc5afef6b8d 79 0.04 vMB 80
166,760 166,760 00000000000009a40ec86423cd299b5f6274ca239191ca28c53730ad825b67e8 55 0.03 vMB 36
166,759 166,759 00000000000003a54300d6ec6925a72c32f206be2c27366393a31d35525d841e 64 0.05 vMB 460
166,758 166,758 000000000000079333f1accbd8829d96d6c8b256c1ed4215810da1d20370c28b 191 0.07 vMB 140
166,757 166,757 000000000000026607ac76814ee764612bb6fdd090fadfc2e289fdc3b2b6ac22 62 0.02 vMB 126
166,756 166,756 00000000000000d5561291c966eab1d15cce20266f29e525f45363831fcfa1bb 45 0.02 vMB 70
166,755 166,755 0000000000000a8fb45d3990ed82f34cc68cecdfd42d814cc06e4df56ea6e44d 87 0.04 vMB 111
166,754 166,754 0000000000000349003d949f9f57df218bddaaa9f251492bd299859032a428af 117 0.05 vMB 146
166,753 166,753 000000000000018dff3e4247c86937eecd849466236d6a91d5f188276cb802a9 6 0.00 vMB 0
166,752 166,752 0000000000000aa62f119e8b67801c621a49e12b94b5f16e5cb62202bb49c232 131 0.04 vMB 68
166,751 166,751 000000000000069b114a8eef2d5e9482ca5c244cc686e2f6bd6d50d953900d62 14 0.00 vMB 56
166,750 166,750 0000000000000757ec621718dd8ca8d0901510f51187d2a29b6bbc17c68448f1 9 0.00 vMB 95
166,749 166,749 000000000000073926f1e5c40df31f81a2a14a0f837b69842c124d68a9bbffd1 164 0.05 vMB 539
166,748 166,748 00000000000001e92b2940d7966f10b386562fcdd33f16cf43b9fec5b0f1e3bc 109 0.04 vMB 216
166,747 166,747 00000000000001c72ddc0029770b2db635c491b5762abf0d02b1391b6878f601 18 0.01 vMB 48
166,746 166,746 00000000000000dcf46df9ec8c2bfb9e6a8275417e22135b7c4241228c613f32 112 0.05 vMB 60
166,745 166,745 00000000000009f4e6f0fc775bd3578aefc90f9a3896c6a4ca720074bfcbe068 64 0.03 vMB 135
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 249.64 GB
    • Received: 0.95 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.