Loading Tool

Explorer IconExplorer

Memory Pool

82,515 transactions
31.14 vMB
0.11944557 BTC
Random Selection Loading Transactions
Max Size: 183.14/200 MB

Candidate Block

Mining Attempt 73594295c03b7f893ff764b92fba2f3a736b6c508ae70bcb5ea729582500172e
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0407718f6962a4fcdf51f0d97a49d615f25bfe080aede8a5b1564062f8f659cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.04069419 BTC
Feerates: 150.77 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (119,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,647 795,647 000000000000000000035bc5ba3d52a85d55dd6667a58878a339d57aaaa9bee6 1,852 1.00/1.00 vMB 16
795,646 795,646 0000000000000000000049e1144d34a95a5a86bc9a88c9e4dbf6214238573462 2,370 1.00/1.00 vMB 25
795,645 795,645 000000000000000000036b23c3a61c411043f1f91730a4701252b146e101e82b 2,119 1.00/1.00 vMB 22
795,644 795,644 00000000000000000002f745a358ad897b41fdd1755692eece70294cba9541ca 767 1.00/1.00 vMB 19
795,643 795,643 000000000000000000002819a8aff4ffb97b9621b74961aa1ce773e8da0cacc1 224 1.00/1.00 vMB 17
795,642 795,642 0000000000000000000466860f8fbec867b7be9b27d0b76e1b1f3ccb7818d074 1,494 1.00/1.00 vMB 24
795,641 795,641 00000000000000000001fcd343b9a13e762509e8e8c1c7ffd3600eedda0267e1 1,021 1.00/1.00 vMB 23
795,640 795,640 000000000000000000000cc58cad2362c8db9ba87314c4c3d9704afa072319ab 2,917 1.00/1.00 vMB 19
795,639 795,639 00000000000000000000b7dee3edb1671c0a38384fd5db9ad01d7baa743109dc 3,307 1.00/1.00 vMB 20
795,638 795,638 00000000000000000001ed8ee4fea607936e0c97402ed068eadd5614ae235b42 3,016 1.00/1.00 vMB 20
795,637 795,637 000000000000000000009601f9a23e8900896b59ef20e22e11a9ccf8c6058ee8 2,634 1.00/1.00 vMB 32
795,636 795,636 000000000000000000053cb06038742531f493912715d05116c4637dd4a26c69 2,294 1.00/1.00 vMB 30
795,635 795,635 000000000000000000049d784f1470bb5e462a1d86451dab4f318c3d4939ef05 1,120 1.00/1.00 vMB 23
795,634 795,634 00000000000000000004460ed9183f6aff4ecaff2a10cd2bb17555a2c3ef4938 3,076 1.00/1.00 vMB 28
795,633 795,633 00000000000000000000cd02a6d05b0a9b089f75d5760de8f85db6e74a59d48f 2,569 1.00/1.00 vMB 34
795,632 795,632 00000000000000000001d6fa5edbea6a697167f478be6a97d4f22c274d5c2fb3 3,338 1.00/1.00 vMB 28
795,631 795,631 00000000000000000001de5469fdbf62f8f5f08f4bfc83cc3cbe918c5c54afb5 3,056 1.00/1.00 vMB 22
795,630 795,630 000000000000000000054b22f68860f5205eb81245be6c6cf256b1bfffad1a6e 3,563 1.00/1.00 vMB 24
795,629 795,629 00000000000000000004d4502aff521549d7598f63b7272f0a30e75e37ebd6b1 2,504 1.00/1.00 vMB 28
795,628 795,628 00000000000000000001f0896a43cdf601440a3b28eca237a42be4ec5e1ceffb 2,215 1.00/1.00 vMB 32
795,627 795,627 00000000000000000002396dca64bdba887d457c6845189b80ed421611f48a08 3,435 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.