Loading Tool

Explorer IconExplorer

Memory Pool

78,233 transactions
29.51 vMB
0.10782358 BTC
Random Selection Loading Transactions
Max Size: 177.74/200 MB

Candidate Block

Mining Attempt 96accd10137e3290d32653ed7c97fb1e70462b67847e810f8e5aa104acbf05ab
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 329d3ef6592c5f739b7bcd6a0547c56fdff8555983fbb2800b6d7cdce5ebf8b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.03017295 BTC
Feerates: 151.12 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (268,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,058 647,058 00000000000000000001cd2413cab5551bfc68bc75e360d49c7ab49a1e603568 1,646 1.00/1.00 vMB 32
647,057 647,057 000000000000000000001367d69e8152969042eccbce7bb2ca69346152022a55 807 1.00/1.00 vMB 8
647,056 647,056 000000000000000000014f81f37a724d9f46b04284963d2b92abfa82bb40f354 1,616 1.00/1.00 vMB 27
647,055 647,055 0000000000000000000214fb1834aed1102c7b1b616cf4d7475d08d931c175f1 2,232 1.00/1.00 vMB 50
647,054 647,054 000000000000000000090c74ffe547969afdc19d7383ca4abd048e82ad9a68b6 2,013 1.00/1.00 vMB 99
647,053 647,053 0000000000000000000604bc0d1d6d864164c729ee7700451ce88d8d3a8e9531 1,678 1.00/1.00 vMB 35
647,052 647,052 0000000000000000000ff6bf1ca08404f3dccdd1cbcf1a211a9980a410c95bd8 543 1.00/1.00 vMB 11
647,051 647,051 00000000000000000004f4dfa785296ec3ed98506fda059e3433921aa5d5a9cd 2,713 1.00/1.00 vMB 60
647,050 647,050 0000000000000000000fea2b9609925c6e518c0895bc272ea6c03922c76c2f53 1,428 1.00/1.00 vMB 22
647,049 647,049 0000000000000000000bacc7dbba1a3a46bdbffe4bbc5951694bc68210f14ccf 2,811 1.00/1.00 vMB 81
647,048 647,048 000000000000000000055ac8dd7dc036c49bab2923b06addd64c9ab4f0294c36 2,054 1.00/1.00 vMB 38
647,047 647,047 0000000000000000000f2c64d11cde4d32c748de9d0295eddef9f15b3fe3a831 811 1.00/1.00 vMB 12
647,046 647,046 0000000000000000000e8655ea1eb70d89a0f55ddf6b716d7ae1ff7a0a0ba547 2,790 1.00/1.00 vMB 65
647,045 647,045 0000000000000000000eeb7a15236eac8cd20f7534b3203250f6e22df509bcaf 86 1.00/1.00 vMB 4
647,044 647,044 000000000000000000033e25754ede96f472251cccfc10913f64ccbf5b68cf7f 2,058 1.00/1.00 vMB 21
647,043 647,043 00000000000000000006f48dc66bfda1218b5eabf918578e4a7b472d2097db11 2,183 1.00/1.00 vMB 49
647,042 647,042 00000000000000000000e32895bea34c45e1450c1867b68a96ec87a12990fdb1 2,472 1.00/1.00 vMB 109
647,041 647,041 0000000000000000000cb2f667e3f58ccf11f5508b3355f5a17ccfb8bd212a4d 2,056 1.00/1.00 vMB 42
647,040 647,040 0000000000000000000d5be48723a70b7c7aac9fcd37e8de0d1a3da8e4cde698 2,654 1.00/1.00 vMB 77
647,039 647,039 0000000000000000000154aab630329719830f3fc1c3ad22b687649fb1c86dea 2,813 1.00/1.00 vMB 7
647,038 647,038 0000000000000000000dde091deb446a9ec81136c84b37e31e7445aeaf657445 2,874 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.