Loading Tool

Explorer IconExplorer

Memory Pool

79,812 transactions
30.40 vMB
0.07095658 BTC
Random Selection Loading Transactions
Max Size: 184.92/200 MB

Candidate Block

Mining Attempt ff94811f0fbde005fe40211d90dbb4238c49fba2aea51c61aefde23ed4c52089
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root 351910c5ff44b1c811ad8b219cd24c5ff00bc929116e678bb77c591dfeb0d734
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,067
Size: 1.00 vMB
Total Fees: 0.00581285 BTC
Feerates: 60.03 > 0.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (268,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
647,037 647,037 000000000000000000088517ce5648a593b178cc53ba9d1afd27c2dc3208a8ec 2,469 1.00/1.00 vMB 45
647,036 647,036 0000000000000000000f1b40a9f98b49bfc51e2582865e54147f846d5352de5b 1,714 1.00/1.00 vMB 111
647,035 647,035 0000000000000000000c1d59add9ff2ecddf72941519c196eaa6c5163d179266 3,118 1.00/1.00 vMB 146
647,034 647,034 0000000000000000000e75b836bcf8df63a85b8f88f10fb602b0eccd2b193fcc 1,647 1.00/1.00 vMB 87
647,033 647,033 0000000000000000000f07cf6aeb797570f4519c0b36d292b8374f2e07b2b8c7 2,112 1.00/1.00 vMB 129
647,032 647,032 00000000000000000001587e979a88c4bc2247df7db7981927d4edf0f000551d 2,243 1.00/1.00 vMB 35
647,031 647,031 0000000000000000000994a0062d9434985c0701ff2f7336cbe4891d7205fcd5 2,637 1.00/1.00 vMB 78
647,030 647,030 000000000000000000048604927ee8b4c0d523414b70c36c18586c7eb2e17933 1,737 1.00/1.00 vMB 64
647,029 647,029 000000000000000000081ae86d03d2ec78764a3b69c8cb2c4caf4eb1ad3ffa3c 1,449 1.00/1.00 vMB 23
647,028 647,028 00000000000000000007dc11039d09d6ca076b5cba63a7ad84a4763e6b1a2386 2,714 1.00/1.00 vMB 52
647,027 647,027 000000000000000000028df2bb05aa8da19e754753cb89342484b9e2b4630c07 2,834 1.00/1.00 vMB 79
647,026 647,026 0000000000000000000d52dcf5d213bdfe716553f29057ab7fb3ecd6ff17648b 2,493 1.00/1.00 vMB 43
647,025 647,025 0000000000000000000952b5504198cd2cb4d94041f09e3c81ae42ed3bb691c0 2,486 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.73 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: 707.69 GB
    • Received: 16.69 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.