Loading Tool

Explorer IconExplorer

Memory Pool

82,431 transactions
31.14 vMB
0.15101325 BTC
Random Selection Loading Transactions
Max Size: 185.19/200 MB

Candidate Block

Mining Attempt 2ef4c23f691b109b143a8de63ce2c707c47b1d286adc093dd5a814ad3502966e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 1049dde12827a575ac2d485b7afffc14bfbf3f86a0d181693bdc18933f5dd4a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.05733280 BTC
Feerates: 269.69 > 5.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (292,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,651 622,651 000000000000000000055d12267f3a82a780055cabe1eccdc216cfa61d2563b8 2,306 1.00/1.00 vMB 75
622,650 622,650 00000000000000000002fbbecc0bddd0a6da8b0441e805249f1efdf139dbdcf5 2,139 1.00/1.00 vMB 59
622,649 622,649 0000000000000000000a477ad0b2c53508f7497c5363c36682216edc005583ae 2,817 1.00/1.00 vMB 81
622,648 622,648 0000000000000000000c436b5ef0bf0bed12ac341c995d74a1527b8469f64017 1,695 1.00/1.00 vMB 58
622,647 622,647 00000000000000000001aee062a09c55dd77012b523fc0b2adae8e1916ff3076 2,213 1.00/1.00 vMB 97
622,646 622,646 00000000000000000010d04168f0bad09523cb7363a5e5c52493fe0c46d8e42f 2,444 1.00/1.00 vMB 41
622,645 622,645 0000000000000000000f4d8480625fb9664c1481fe95d2b869ca89d29c94fdf6 1,961 1.00/1.00 vMB 48
622,644 622,644 0000000000000000000f0f442c821acc23e86cc5d5113069c104422e965fac88 2,864 1.00/1.00 vMB 78
622,643 622,643 0000000000000000000e48b13699cfa4f34a0cd400e6f30dee4cc8544125630f 1,992 1.00/1.00 vMB 87
622,642 622,642 00000000000000000007ab42a0f1c53a855025ae0ad7f70defff6033dbac5ccc 2,832 1.00/1.00 vMB 79
622,641 622,641 0000000000000000000ff8e26a355323eb1a5dff1508ac803cf9e1c70d7e5d86 2,824 1.00/1.00 vMB 63
622,640 622,640 0000000000000000000abf77b01cd982d18c0c1bc5590de868717833a626bb25 2,205 1.00/1.00 vMB 60
622,639 622,639 0000000000000000000093a115f987b922b42833e34a0c79dc3c12527ee223f4 2,434 1.00/1.00 vMB 74
622,638 622,638 000000000000000000071f3783b1acf7b896a26d736a4d6e3b8fada8abf43bd6 3,163 1.00/1.00 vMB 69
622,637 622,637 0000000000000000000e9c75f5809965003930e52facd3545c982e45274f6ad5 2,828 1.00/1.00 vMB 94
622,636 622,636 0000000000000000000c4a3a6156e54c50ad8dfc2d40ecc5533d9fcf3621953b 800 0.44/1.00 vMB 26
622,635 622,635 0000000000000000000fd25037354d2f4766e0d4b1645e9a14897adf55158099 2,375 0.97/1.00 vMB 37
622,634 622,634 000000000000000000018592f6c6f660e2b4f67cfa05da69b2ff56a4a487712b 2,375 0.99/1.00 vMB 37
622,633 622,633 000000000000000000106c1ad3eb250cc1bf1172fed90003fcc1fe6d71430e54 2,561 1.00/1.00 vMB 18
622,632 622,632 0000000000000000000797e2ae1f620b378dadc80ec237f5ba4e41848480d590 2,719 1.00/1.00 vMB 58
622,631 622,631 000000000000000000086744d8e44da942d2c7c2cae1a84e94da3186a279e206 804 0.38/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.