Loading Tool

Explorer IconExplorer

Memory Pool

83,463 transactions
31.02 vMB
0.13838740 BTC
Random Selection Loading Transactions
Max Size: 187.14/200 MB

Candidate Block

Mining Attempt 5ea69777a834abcb714d7e89678ddfaedb94e0c122538f1e2dae222026a30644
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 48f7d4ab4f72def6ec4fcdb0683bac19e9760b19962fee1b2dee3f96942a6643
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,790
Size: 1.00 vMB
Total Fees: 0.07017956 BTC
Feerates: 366.60 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (685,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,875 229,875 00000000000000b69cc53c0a8807fcd4e4ebe4a4f65db97420ee7fcfa02468c3 1,116 0.39/1.00 vMB 182
229,874 229,874 000000000000009edae7ea08512a3450d2499d5d382b53f9a31cd7b5e7217af4 466 0.23/1.00 vMB 153
229,873 229,873 0000000000000107ba5bedbdbd7eb1bf78625befcbf5994580cb69151eac131f 507 0.25/1.00 vMB 145
229,872 229,872 000000000000001d8c89351b62607059aa5fd2327435b93d9aad6f1988e6730f 472 0.17/1.00 vMB 217
229,871 229,871 00000000000000651f5b372b029d0d51187ff8e88a4d14d5a0985256102af8b2 568 0.22/1.00 vMB 209
229,870 229,870 000000000000005c313bfb9ef83267e2f18242a14781274d28e43acae85c755b 353 0.21/1.00 vMB 59
229,869 229,869 000000000000005c902ddec1dfcf39402d6fb0fdca92a6ca409567ef7935f382 63 0.05/1.00 vMB 69
229,868 229,868 00000000000000182ac4630c6ea832fcdd235108d4c8d216f14fb80e30fdd7c4 642 0.25/1.00 vMB 251
229,867 229,867 00000000000001cac1778aabf7fff35faa1a69494b1682738951f82c15c28c21 339 0.15/1.00 vMB 190
229,866 229,866 00000000000000ba14d4e45d51793e68812d1996dbdc774f1767bb6a979a2dca 271 0.12/1.00 vMB 156
229,865 229,865 000000000000000bdba2fd546db0e326c8b936d8797a212c7798d9b759d4a4c6 64 0.06/1.00 vMB 97
229,864 229,864 00000000000000dfe266d04fc2c97d86c3b0fcc6bec489ae181dd2ff624c0357 328 0.13/1.00 vMB 213
229,863 229,863 0000000000000197a30bc5c945e3e0575724aa9114a89894fdd0e852a3d6bcd9 152 0.07/1.00 vMB 161
229,862 229,862 000000000000007bdc1372fcdc0091a189ef1140308b28ba0cccbab779c4b9fa 353 0.15/1.00 vMB 182
229,861 229,861 00000000000001caf2dec84e43d236fc29b309468bd68d1990046534ae21103d 136 0.07/1.00 vMB 138
229,860 229,860 000000000000012281467b9cfe0d0f1eaabd38e978fedd4f5a75d1a2e3be5222 212 0.09/1.00 vMB 185
229,859 229,859 0000000000000174b0affcffb35efa7d35e7f8211f3acd2f7a5166f59a3e178e 418 0.18/1.00 vMB 190
229,858 229,858 00000000000000d2927c6276ed82f11e364df3579b8628ffbaf8fd4bc791ee46 508 0.25/1.00 vMB 157
229,857 229,857 0000000000000195edd5bfb4701aadd9b80a8e8c35c7fd98a8ed06071792c433 522 0.22/1.00 vMB 186
229,856 229,856 00000000000000b822d7ca712b0777a99736641d09f331681e56ad6f94d6ecb0 166 0.09/1.00 vMB 154
229,855 229,855 00000000000000e7eca454590bfd10072ff9d2a8d7fdd3d3cb46a92ab65f3061 379 0.25/1.00 vMB 115
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: 661.58 GB
    • Received: 14.82 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.