Loading Tool

Explorer IconExplorer

Memory Pool

76,918 transactions
28.71 vMB
0.07601720 BTC
Random Selection Loading Transactions
Max Size: 173.71/200 MB

Candidate Block

Mining Attempt 0c415874b2ed187f82b1216ba8200836a80b46e4d1a0fcf897a6a7f5a57f92aa
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f9d7fc547e0bcef603bbe45de84b990bd23b50e824cdd7509663bf738b54e5c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01642970 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (546,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,013 369,013 000000000000000002d0abd75499097e3d83a2feee7e0274f1a565dd0635d1b7 821 0.43/1.00 vMB 36
369,012 369,012 000000000000000006a4280008d2bd7fde4ca79aa99188214dc7cc8f23c31987 136 0.06/1.00 vMB 34
369,011 369,011 00000000000000000a05098a6c7e4526126ac6dd93a9b3b4f2db04f8e43921f2 679 0.33/1.00 vMB 38
369,010 369,010 000000000000000006bc8962747d593b5a6042d3725ca9a3801b2e67c429273d 1,152 0.50/1.00 vMB 43
369,009 369,009 000000000000000014cc07b235f961bc8b722c7d41bd0f77d08549c3a4f076f0 521 0.21/1.00 vMB 40
369,008 369,008 000000000000000004d29a93ffdabf6241748d54d8538fd83ea9865000be33fa 159 0.11/1.00 vMB 29
369,007 369,007 0000000000000000064bf0df04c73f704c2058cf5c748e82abbeb2d061d0e3e3 932 0.50/1.00 vMB 37
369,006 369,006 000000000000000000f9f29c9db8efb33472e3a9a6198f01a3f7f64f2f172e1c 1,039 0.49/1.00 vMB 41
369,005 369,005 00000000000000000711c1e63bb501ac903505e82ac757e400736809e3ac4889 878 0.42/1.00 vMB 40
369,004 369,004 00000000000000000c0d762b2f0faaaf026646f6e7f51582682410a2478890d0 738 0.33/1.00 vMB 41
369,003 369,003 00000000000000000c9410a95ba78206800a1739b3367ceca97418dba03fd6aa 904 0.42/1.00 vMB 41
369,002 369,002 00000000000000000c5cf4eaed4489440ad6fc4d484f0fc045f93ab73c818200 154 0.09/1.00 vMB 34
369,001 369,001 000000000000000002e75e5f902a062ef57c730912c76be3516b5b8da058df19 1,355 0.72/1.00 vMB 39
369,000 369,000 000000000000000013f162f70aef6b1815570c03c232320d9d625b248a883e5e 1,467 0.75/1.00 vMB 39
368,999 368,999 000000000000000011be6bd4b35bad2f4de18a4a18ac69ddbcedfd6fff7d01f9 206 0.10/1.00 vMB 36
368,998 368,998 000000000000000000c5ecdddbc4894a9cc717ea7eb01cdfa513d1f0d563178a 93 0.05/1.00 vMB 33
368,997 368,997 0000000000000000068a8fd9f0263c980aae24401ad8fa27e9dc0d62c39626fa 99 0.04/1.00 vMB 44
368,996 368,996 00000000000000000abb1e76beaed8e7d483157d1f92d72d7c503d49ff596b9a 2 0.00/1.00 vMB 0
368,995 368,995 00000000000000000d5b3adbd19fb68b6c3c22f40e459923f98f5916c0bfc03b 481 0.26/1.00 vMB 37
368,994 368,994 000000000000000008fdea9c43c3e8f9011be9c44b2d6c5afeae84fa7e0041db 365 0.34/1.00 vMB 39
368,993 368,993 00000000000000000ca5f5e3143aac9fb36cde5aefad026e31b46a8b198baac0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.