Loading Tool

Explorer IconExplorer

Memory Pool

83,532 transactions
30.72 vMB
0.16943551 BTC
Random Selection Loading Transactions
Max Size: 186.40/200 MB

Candidate Block

Mining Attempt bcb4044979a2490ee85f593a78c6ebbb94fb53de4840cd202b54d8ee082fea44
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6114ee94e7e2e05b2a34eb3a24d62154967b4211a43e720b3fbf242bc68a5815
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.08716646 BTC
Feerates: 150.79 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (645,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,052 270,052 00000000000000055c5b71aeeea38f5298e6683526ab0f341dbf95bde3ae5f4e 52 0.02/1.00 vMB 50
270,051 270,051 000000000000000151962ac8c6b5b01c4a8f3aded542118e9cbb5cbb9e503596 82 0.03/1.00 vMB 13
270,050 270,050 0000000000000000e123ad47606df0c03ee3f5f0f9664ccbad9cb9893d12915e 298 0.16/1.00 vMB 51
270,049 270,049 00000000000000018909327d80bd3144360307565edfea13a3f263f4b5c9587d 230 0.16/1.00 vMB 44
270,048 270,048 00000000000000074c54f54c5596e357c625f3d3a624978b3a8acfb0f180a3d1 497 0.25/1.00 vMB 70
270,047 270,047 000000000000000208f0ccfc425f6d2d5efe8b2566aec84c2a8a84cd3589edb8 65 0.02/1.00 vMB 41
270,046 270,046 0000000000000003668d18f015b97d6bc9bd614bba68a06d7d545d8f8c51dca7 51 0.03/1.00 vMB 23
270,045 270,045 000000000000000251dd7c2136974c150838348e6cb11215cc3dca65d2bfccd9 74 0.05/1.00 vMB 39
270,044 270,044 0000000000000003154641ff7457e7b7f85b1388c061caff707bf5d31d0e194c 71 0.06/1.00 vMB 21
270,043 270,043 0000000000000005b7e4146400785f2c4779e0d54318876c0d7a9d612d485245 121 0.05/1.00 vMB 61
270,042 270,042 0000000000000000b9bbd854f6b8b46829630157ee87d62078bf5af1e0b9880d 30 0.02/1.00 vMB 33
270,041 270,041 0000000000000003f2c1c6dd0542068d34dbdceb2abeaf95b1648d595d720586 34 0.01/1.00 vMB 53
270,040 270,040 00000000000000013ddbff9cad996e24e557f7726f2f4b766447654b66fdd0d7 60 0.03/1.00 vMB 41
270,039 270,039 000000000000000261775e81c4c08135b99de20b982601f697e73844750a5edd 228 0.10/1.00 vMB 63
270,038 270,038 0000000000000006ce38a0e6f0cab77322cad8f429fb8bfd0dda22c6a448a1d3 82 0.04/1.00 vMB 53
270,037 270,037 00000000000000074a98c932a8484cf0ff3b89cb1b28f5f9e209bc98cfe9e3b7 134 0.06/1.00 vMB 118
270,036 270,036 00000000000000076d40fd1c996aaf581512f44cc6cf8936097f9c8e16ddcee3 332 0.15/1.00 vMB 49
270,035 270,035 0000000000000007e2f63500536f6ef1539687368ad8e0dde45cdfdcd6fcdbb5 55 0.04/1.00 vMB 30
270,034 270,034 00000000000000044355a28c80a9e2641088d622de1b58db4da21be27767562c 143 0.10/1.00 vMB 34
270,033 270,033 0000000000000007b904b4ea93f56932fa44e5354383fd4d565fc76beeedc7f7 10 0.00/1.00 vMB 59
270,032 270,032 0000000000000003ac17e5a0b9d81ee1469e895b80e50ddff4c8f5ac0faf8b8c 92 0.06/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.06 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.