Loading Tool

Explorer IconExplorer

Memory Pool

87,047 transactions
31.94 vMB
0.13449127 BTC
Random Selection Loading Transactions
Max Size: 192.84/200 MB

Candidate Block

Mining Attempt cc9e6ab81cfdb4ee7801e0412d7c60217214b4189cf21f71c3cb0ddbfd964efb
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 5e23433d3b1168cde7f276b62f07c828b9d30f637b87541297dd675c23c762aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.04819950 BTC
Feerates: 911.92 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (341,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,904 573,904 0000000000000000001fb202f74e3afaf91285aed6a2248676079b7356210b4d 2,675 1.00/1.00 vMB 72
573,903 573,903 00000000000000000001de051b4b42ed7d4c8941335ff1ebf4642c991b4ba347 2,990 1.00/1.00 vMB 78
573,902 573,902 00000000000000000021b36988a6fcaf2e48c450565075fc895e6f92c3327843 2,602 1.00/1.00 vMB 48
573,901 573,901 00000000000000000022bb94b627e313d58bb5fd0b819d7f5494a02bf1d88752 2,623 1.00/1.00 vMB 65
573,900 573,900 0000000000000000000ebecc7b90a140a6be7d2b6524026ba1e72bd3391b4a9a 2,934 1.00/1.00 vMB 54
573,899 573,899 0000000000000000000b3c1737d28bddf660a23c8fd76bf08a320692c77dce4e 2,926 1.00/1.00 vMB 57
573,898 573,898 0000000000000000001776acfbb64224bead069dfa94c90c5432f8621d728bdb 2,684 1.00/1.00 vMB 92
573,897 573,897 0000000000000000001b5b1965e02b828ba951d39568a75f6462e9bf756e89ab 2,238 1.00/1.00 vMB 93
573,896 573,896 0000000000000000000c4a6934e6b1b7f44525fccefb5278bc57ea6ad99f4d0c 1,955 1.00/1.00 vMB 62
573,895 573,895 0000000000000000002b8952d0bed8a6f906d0a20932665c8c07e0830420f4ff 403 1.00/1.00 vMB 6
573,894 573,894 00000000000000000018ab6b5d3646bb7c39b2b03a16704b1dd719c1c479e8c4 1,377 1.00/1.00 vMB 15
573,893 573,893 00000000000000000016f9d651b6d734b953108b6b238d4a6f401a95cf761a69 1,307 1.00/1.00 vMB 20
573,892 573,892 000000000000000000168af46a0f62379b000541e44435d3ac8bfed36c274e1e 1,292 1.00/1.00 vMB 12
573,891 573,891 000000000000000000054e3a49265184a199a1fc81921df51ce8e549636262e5 2,935 1.00/1.00 vMB 13
573,890 573,890 00000000000000000024efb1b50d40be83fbf265bad77f04308b8f381dacc07f 2,412 1.00/1.00 vMB 22
573,889 573,889 000000000000000000097ace95beb6368f4d5a03be1596d7312aa75694cdb131 2,861 1.00/1.00 vMB 50
573,888 573,888 0000000000000000001cd3d7e8651ebe63fcf802e86f82a26d0c73e184b79758 2,885 1.00/1.00 vMB 49
573,887 573,887 0000000000000000000bf19be34874d64906289ad265d8dbe00fbbaf9817b7a9 1,769 1.00/1.00 vMB 54
573,886 573,886 0000000000000000001bc635e2a7a85d93e0bdee2aa80c4276667e68f26e4842 2,598 1.00/1.00 vMB 87
573,885 573,885 00000000000000000012031ed0511af11331444a5578fb2b5e0480c03685b5ca 2,777 1.00/1.00 vMB 72
573,884 573,884 0000000000000000001dc90c0712c1193fad29fb05d1bf463f9eb296ca303e16 3,255 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.