Loading Tool

Explorer IconExplorer

Memory Pool

44,440 transactions
26.62 vMB
0.06226399 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt 764abb5f324e12d55352a7392e402179dea0f0976e199252ef6ff849ecad3ab5
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root a75dac249b4b063c1f5a70ac368c2671a4e33e2c8179f4df1cd78f83e35ec29e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,317
Size: 1.00 vMB
Total Fees: 0.01340873 BTC
Feerates: 100.36 > 1.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (81,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,920 832,920 0000000000000000000073b3ca247cfe0e59fa00c2391e8da49f8b53bcadc792 2,837 1.00/1.00 vMB 40
832,919 832,919 0000000000000000000183046795c10a8ad950060c2dc29a48e89b2a3c53cf46 2,296 1.00/1.00 vMB 17
832,918 832,918 0000000000000000000360a100a86a02864d7104738e0afdf5428e2a7571c70e 2,102 1.00/1.00 vMB 25
832,917 832,917 000000000000000000014dff2f64d92a133c45eef1daa73f50c03f1f08655012 1,488 1.00/1.00 vMB 26
832,916 832,916 000000000000000000007d68ca89d9c06b2b97dff5ed372bd0f28cea1f321d81 1,884 1.00/1.00 vMB 27
832,915 832,915 000000000000000000027be776f24b92b6f67d76390a89610a6fac917ef19efd 2,171 1.00/1.00 vMB 32
832,914 832,914 000000000000000000029e53e9dcacd67f7bbd71f232df008c12017618dd8aa1 2,389 1.00/1.00 vMB 39
832,913 832,913 00000000000000000000b9008d22c82fcdb88a166fcc201b7b5f888a799c51a4 2,324 1.00/1.00 vMB 21
832,912 832,912 000000000000000000035d257416989d71f31cafe06a537cb0f0dbe3e64255ff 2,959 1.00/1.00 vMB 33
832,911 832,911 00000000000000000000e1eac99b683fd5ebdcc1c15bdbfcccec71ac5088981a 2,542 1.00/1.00 vMB 20
832,910 832,910 0000000000000000000150b6303df73435358fdb750a316b283add81e74665c1 2,118 1.00/1.00 vMB 17
832,909 832,909 000000000000000000030fe0406a44ed4d370e72c139e755e4a48564f6ccbe37 3,287 1.00/1.00 vMB 18
832,908 832,908 000000000000000000001645f26c932edaee7b34a9e8e6537e0a94602869a337 2,899 1.00/1.00 vMB 25
832,907 832,907 000000000000000000037fdc9579f62f0046cb89d0012e4445c5bcb85d84ea2e 3,012 1.00/1.00 vMB 32
832,906 832,906 00000000000000000003703fd4fe3371332e77ccfb6eedfb6d96d049807dcb6d 2,753 1.00/1.00 vMB 22
832,905 832,905 00000000000000000001d75e32e336aae8ca584bda1f3cb8ff43be50f6fe76ab 2,955 1.00/1.00 vMB 21
832,904 832,904 000000000000000000002a3e2785e4bc0dc3e35fa44714d8a08f724b7c41e8be 2,603 1.00/1.00 vMB 29
832,903 832,903 0000000000000000000201275d81824ad3eb105c7b4a98a501439c46effabf5b 1,720 1.00/1.00 vMB 19
832,902 832,902 00000000000000000001288005e070264f92303a70f48c6c9dc19f7891206226 82 1.00/1.00 vMB 12
832,901 832,901 00000000000000000000f085833b8c0d61ab435862ef9ae717be8bd4d4b8b758 2,551 1.00/1.00 vMB 19
832,900 832,900 00000000000000000000ad16db08f254c7380cd922208a4bb867425d13d82579 1,460 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.