Loading Tool

Explorer IconExplorer

Memory Pool

76,451 transactions
28.49 vMB
0.06729769 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt f53f93d92180d40de620aa43c861e3bdac5cc4134ede0d698421fd2ae3e98f55
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 49122a43cec2851a8eb7b28c77d34cddeda52156acc70a637d14b29d63f45688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.00831154 BTC
Feerates: 71.79 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (97,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,039 818,039 00000000000000000001293c55aebfe22d183d5f13fe80e56848ce2d2a41f103 3,689 1.00/1.00 vMB 90
818,038 818,038 00000000000000000003d017a9a751467965e1e2ed0f6d1fbbef0ceecf6ed9b5 4,274 1.00/1.00 vMB 94
818,037 818,037 000000000000000000034a334d196733d81e110f9247763b442344e1ee16192a 4,908 1.00/1.00 vMB 86
818,036 818,036 0000000000000000000388b55fa6f9c7d959117978a1369be86179e276db7ae3 1 0.00/1.00 vMB 0
818,035 818,035 0000000000000000000021202a55d3dd5a142f28e12cccf00ed0e3b862323058 3,922 1.00/1.00 vMB 84
818,034 818,034 000000000000000000042d44e71c6b4a927962f8676cb516243a5d9a9853dd55 5,556 1.00/1.00 vMB 120
818,033 818,033 0000000000000000000223bd0a9df6b1ad888a045ee6ca48c19b24a7df93d636 3,430 1.00/1.00 vMB 115
818,032 818,032 00000000000000000001e2b53a3ffc6022f03406e4f782710b8493fff7517e6d 4,224 1.00/1.00 vMB 80
818,031 818,031 00000000000000000003c35b10de1e525e3dbd6a8c70475856e5ad5c3048e6ba 6,276 1.00/1.00 vMB 93
818,030 818,030 00000000000000000000e36aea5a4153cc550143174e3e9016cc95cadc1e1234 4,327 1.00/1.00 vMB 95
818,029 818,029 000000000000000000024b37b4fe92da05d738a75e7b2ff73a34477b51e4e12c 5,170 1.00/1.00 vMB 99
818,028 818,028 000000000000000000016dc8d86c9d58f1e5bdef87978b5e167bd4a0c917aed1 2,884 1.00/1.00 vMB 135
818,027 818,027 000000000000000000013637d5a079eddbf7695eced4f7bb4ce7581bfa798121 3,686 1.00/1.00 vMB 115
818,026 818,026 000000000000000000039039fe871fe3a66633cfe695380284ee357180687e09 3,773 1.00/1.00 vMB 83
818,025 818,025 0000000000000000000141b4340becbc70e30d65b203b6869ceb7e7386f18c95 3,670 1.00/1.00 vMB 127
818,024 818,024 00000000000000000000920a2eadc0fe306f90baf9a13a8800aeb53ca235fe4c 3,022 1.00/1.00 vMB 81
818,023 818,023 00000000000000000001f4d2116525925024d77765230de790714a874b17b0d9 3,791 1.00/1.00 vMB 124
818,022 818,022 00000000000000000003d771b04ff3deccfb3282bf8fb725431c30c8a5d0eaec 5,397 1.00/1.00 vMB 95
818,021 818,021 00000000000000000001788a5bf06b4cc40410cafa38eb7c8cf3ba5fb49f776c 3,746 1.00/1.00 vMB 118
818,020 818,020 00000000000000000001efd97e81eadeb7617c63a72f1dd788c41bbd8bfd857e 3,927 1.00/1.00 vMB 112
818,019 818,019 000000000000000000042ff58f9b1e281a9a0afd0a5a181fa4212f6ea202f0d0 3,626 1.00/1.00 vMB 99
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.13 GB
    • Received: 16.41 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.