Loading Tool

Explorer IconExplorer

Memory Pool

78,945 transactions
29.42 vMB
0.08331929 BTC
Random Selection Loading Transactions
Max Size: 179.83/200 MB

Candidate Block

Mining Attempt a2448f6c881683ac6e4613f5fe2223f9f770ca4d438b963bf0b5b2f23e757335
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 604d59f912c1f030de1d644b0775f83bac1d2310c5c1af417ec5e4d639dfb3ba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01865973 BTC
Feerates: 402.60 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (455,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,558 459,558 0000000000000000000110cd1bca7a4e287feb522a60f40b24a2e134b8629fc0 466 1.00/1.00 vMB 30
459,557 459,557 000000000000000001fb9262ed56914c7058313f997c7bbff5e83f6a13a2b5d4 2,058 1.00/1.00 vMB 112
459,556 459,556 0000000000000000020b413892f0523c3c716dec926f2bc653e6d3af968e5fcb 1,974 1.00/1.00 vMB 87
459,555 459,555 000000000000000001ffc8a6d06eb614633753b72f0e2937678d880606adb704 2,362 1.00/1.00 vMB 188
459,554 459,554 0000000000000000017b8f5acf53ddb18e430beb6857872ffe5a02597b58f9df 2,119 1.00/1.00 vMB 126
459,553 459,553 000000000000000000698a67c553f78964a14ff8fb9b75f6b08de48a6b0dbc32 373 1.00/1.00 vMB 13
459,552 459,552 000000000000000001f0ee9eeebeabc20e2437db910a34f804950fc3bcac4ecb 450 1.00/1.00 vMB 20
459,551 459,551 000000000000000001702377e31dca2947bda5217d8953ecd3935bb9c55acfc9 243 1.00/1.00 vMB 18
459,550 459,550 000000000000000000587178394b6dbb132b34461422711c66db8ac0967dc846 1,409 1.00/1.00 vMB 42
459,549 459,549 000000000000000001bd08e413bf5a5445c3dc6a8ea5dab92dd240b0817790de 2,187 1.00/1.00 vMB 114
459,548 459,548 0000000000000000011a9828086fd4c0c3d467e0a4446a629ab2617a09710715 2,274 1.00/1.00 vMB 167
459,547 459,547 0000000000000000000b914ba5d36002cc26115e04f157e71dc6cfda8832ab3e 1,957 1.00/1.00 vMB 45
459,546 459,546 00000000000000000226830f56a2b917a65a2ecef9db7d29b6d2664d2eae8695 1,600 1.00/1.00 vMB 97
459,545 459,545 0000000000000000016929342b797de0e9a97da1edaf972a4ea7770f5ba6a941 2,089 1.00/1.00 vMB 166
459,544 459,544 0000000000000000024e3bf0886a6f08da36e7caea86e2af14f7a8718a490293 1,947 1.00/1.00 vMB 110
459,543 459,543 00000000000000000094eddf95b65a06ccdb365097ee8244c416d48de7376259 2,133 1.00/1.00 vMB 188
459,542 459,542 00000000000000000201753cde67c32ad263a208ee138158b0b63ce1ff8c34cb 1,775 1.00/1.00 vMB 106
459,541 459,541 0000000000000000010514391b12aebf5d7b76ce3220e0868d086bf154311a3d 2,181 1.00/1.00 vMB 197
459,540 459,540 0000000000000000013f34420bbbc2bc94eda319eb1cb2fbbbaed39bf40ee00f 1,955 1.00/1.00 vMB 158
459,539 459,539 000000000000000001824060cc40d1b024a79f40c66621e168a519b578ccddd9 1,823 1.00/1.00 vMB 201
459,538 459,538 0000000000000000007e64c6eb08ff3e23b36f78416cdac93a9b9ee2e55afc55 1,511 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.