Loading Tool

Explorer IconExplorer

Memory Pool

75,589 transactions
31.90 vMB
0.09254713 BTC
Random Selection Loading Transactions
Max Size: 184.50/200 MB

Candidate Block

Mining Attempt d43fa319b925d722d4fa1ad16a20f1fb6ba4d04f9b306e221f7269b6727f2833
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (255,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,868 659,868 0000000000000000000bb2861ee7d6eb76ae6a07482aa97ab191f6164b376d25 1 0.00/1.00 vMB 0
659,867 659,867 00000000000000000001a9b0e396c173260152b3d38471e07d328bccdf257586 1,035 1.00/1.00 vMB 12
659,866 659,866 00000000000000000001e54da10f3fc19528cf7bcae5d89253cf18a677606581 1,877 1.00/1.00 vMB 50
659,865 659,865 0000000000000000000bb81e79e56dae0b98d7ff47fb4f213ff5c4014bbcb753 2,018 1.00/1.00 vMB 41
659,864 659,864 0000000000000000000e91e3e3270b49838590cfae2209909b064a51db9063af 1,478 1.00/1.00 vMB 22
659,863 659,863 000000000000000000008ff1def4e9007f894b7b8240e84ce003554d366698fd 2,201 1.00/1.00 vMB 92
659,862 659,862 0000000000000000000a60f276b2059abed026e97a44aee8b0555ac15657738d 2,369 1.00/1.00 vMB 66
659,861 659,861 00000000000000000001c4e30472a2112a0fa10eba2cf7be8b4942cfe20e88fc 2,181 1.00/1.00 vMB 57
659,860 659,860 0000000000000000000d8817c23d0ddbdadda1d5c0bcd3dbbda7245e3b5c6382 1,680 1.00/1.00 vMB 96
659,859 659,859 000000000000000000051f3e85dc5ad6e1aefdd39a3b493252968ff2bf8bdd41 2,587 1.00/1.00 vMB 37
659,858 659,858 0000000000000000000b1753140db79031f2fcb7dda06feddc2eb9b1b1b53ece 1,709 1.00/1.00 vMB 37
659,857 659,857 0000000000000000000e4dd8bbdb062956b4ddc32fedde6f5d0c53e5c8db8806 3,218 1.00/1.00 vMB 129
659,856 659,856 00000000000000000001172502caec3b3126414454215633ad6fccbe160064f1 2,241 1.00/1.00 vMB 41
659,855 659,855 000000000000000000099e8dde4e7ff9b13c721cdfd0a5d25ae8b4b16f80f5d1 1,968 1.00/1.00 vMB 64
659,854 659,854 000000000000000000012385fb1644e828c336fc538bd72663170c50d9c5433b 1,486 1.00/1.00 vMB 82
659,853 659,853 00000000000000000001b0aaf43452891b64275d87f70198e27d6f1381c05b2d 1,245 1.00/1.00 vMB 71
659,852 659,852 0000000000000000000583c585217e22652faf3373f28f164e15f00c7def71ea 1,891 1.00/1.00 vMB 95
659,851 659,851 000000000000000000037812ab62ba56d2bddcc384044519db0a174939d5463b 1,688 1.00/1.00 vMB 93
659,850 659,850 00000000000000000009b169c0b9738c3e6d9d7c09b48520c65c2fc09ecf63be 1,952 1.00/1.00 vMB 131
659,849 659,849 0000000000000000000419f26433d60cb766106420fd560617ba539db7afc756 1,867 1.00/1.00 vMB 101
659,848 659,848 00000000000000000006719e038d4657937c278ffab5cf9eb15ba82426cccfb0 1,133 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.