Loading Tool

Explorer IconExplorer

Memory Pool

47,026 transactions
27.46 vMB
0.06141787 BTC
Random Selection Loading Transactions
Max Size: 146.15/200 MB

Candidate Block

Mining Attempt 3c96901aefcb92bfc1914c8390ffd9c6ffc1f3fdc262289d2b969e920e2da307
Version 20000000
Previous Block 00000000000000000000d64a7a53739de8cbf743e04f26b2708699d63bab0143
Merkle Root 9e2fccd8eaf1dfe13374e0ccd5d8a08143bebeb0bd662c8cc6b0fb9c2bf99acc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,196
Size: 1.00 vMB
Total Fees: 0.01016489 BTC
Feerates: 100.28 > 1.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,775 (736,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,869 177,869 00000000000004777dd9a1013196c48ff7e0c179729597020b93b6738a6ab273 54 0.02/1.00 vMB 116
177,868 177,868 0000000000000b1c7e18b4359c510942c7ecebb6fc999f9cdfdc8895bc1e75f8 16 0.01/1.00 vMB 28
177,867 177,867 000000000000009ac8605c0d8da92ab50f80b5f8add44c009e60d91158a5c83e 87 0.03/1.00 vMB 71
177,866 177,866 00000000000000cd7a041952479e7fec6022cb2422d2a2d00f0e3b7aa7796471 13 0.00/1.00 vMB 17
177,865 177,865 00000000000007262a439a26bb0bb36f731c03f7a3cef15a1ac7cfcdbcd2dc83 34 0.01/1.00 vMB 292
177,864 177,864 0000000000000919edb2c6deb76decf6d17788517d78b30caffda88b408e8c4b 22 0.01/1.00 vMB 43
177,863 177,863 0000000000000578b61c1483ee47c54ea85f78d517b07d032e413eb21501cee3 53 0.02/1.00 vMB 109
177,862 177,862 000000000000053c255a7bab2c0709493dd3dfb4476590602f579c311c5ada45 59 0.02/1.00 vMB 112
177,861 177,861 000000000000096f7c96826264455b0d75ecda78bac14b9f04baa15b84b0f490 14 0.00/1.00 vMB 330
177,860 177,860 00000000000004cf4185ea30f5cefb2e646da4f2c2337ad10c8afbea2271b7ca 21 0.02/1.00 vMB 29
177,859 177,859 0000000000000a27de9bad4b61581a3d2b04858a92aa84b5d44bb3787f41584d 11 0.01/1.00 vMB 47
177,858 177,858 00000000000007865c776123904ed40406b14974638b7cdc49cd63b0c6fbd390 92 0.05/1.00 vMB 271
177,857 177,857 00000000000007da2771c4f76ad8f82d21fdb008e24320b7a71a6371602b0daf 21 0.01/1.00 vMB 125
177,856 177,856 00000000000001642b07f95cd7be2192acacb3aa2dd9054f4f35c99a6295c024 105 0.05/1.00 vMB 153
177,855 177,855 00000000000005bf0193c6e70aa7b25a72036260db232efb9b5d175d04e2dac7 24 0.01/1.00 vMB 83
177,854 177,854 000000000000007ca24b71b2f54615b0174e7ee3ef2d620013e2299b707eb829 126 0.05/1.00 vMB 109
177,853 177,853 0000000000000082ed7d6a69c934e115aa004f688d7663ca3a1f9006af6e8292 22 0.01/1.00 vMB 19
177,852 177,852 000000000000064d5b58cf972ec0895a6ae13fd4462cd238034b90b5d26cf5f4 17 0.01/1.00 vMB 188
177,851 177,851 0000000000000671f3226ac8ab01c4a05e7aada0629060192d6320caa9fa22aa 12 0.03/1.00 vMB 44
177,850 177,850 00000000000003f8591bb9df7c015c747fb143efa1760907aceb622d48a57cae 39 0.02/1.00 vMB 215
177,849 177,849 00000000000005c892bdc9301cda870c3428e80076d69950d3126699aac33c37 38 0.02/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 781.99 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: 648.51 GB
    • Received: 13.05 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.