Loading Tool

Explorer IconExplorer

Memory Pool

79,316 transactions
29.69 vMB
0.07699778 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt f579b41798be5a1ab6b12f012f0c59f551a3981e0385c2178d4e495bc566cba6
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 1ac9869ce3cd62572132ea221b5849b6660e54a073385c9c38ddd99dd0f06312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,783
Size: 1.00 vMB
Total Fees: 0.01652544 BTC
Feerates: 313.32 > 1.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (621,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
293,869 293,869 0000000000000000d95f428bab06622aee094f7829470c1cd6bcb5efaa987757 134 0.13/1.00 vMB 20
293,868 293,868 0000000000000000b92363bd16d02428bbcd92ca32e5142a94f8fef7d7096914 383 0.17/1.00 vMB 31
293,867 293,867 0000000000000000d49d29a0efa4b7ba879cf2d5234d2234b9349d389bea6405 29 0.01/1.00 vMB 40
293,866 293,866 0000000000000000106b4d94859f99be5d0f9b316476bf218bcca83a9f1ad58d 255 0.10/1.00 vMB 31
293,865 293,865 0000000000000000d3c5f477698efbb99ed03c3a2eae8adcde43d51caac94b68 417 0.21/1.00 vMB 31
293,864 293,864 00000000000000005639c8e587518c3a973dd123b47ef54d999d21d5e89d2f7c 559 0.26/1.00 vMB 53
293,863 293,863 0000000000000000b006614f418b4753ef0435e17ee7e97d50e742a3a9bdb09e 304 0.15/1.00 vMB 42
293,862 293,862 0000000000000000aaa2a978c0bcd5b35d62207f8c180933a90d5de95b4dd9a2 269 0.12/1.00 vMB 37
293,861 293,861 00000000000000007a031b94e1bc563b9fa007b766a942d0ebe8e416c41a961c 55 0.02/1.00 vMB 32
293,860 293,860 000000000000000016c470c6662a1adcb3a00b645e6bbe0bbebf8e89dd3b17af 92 0.05/1.00 vMB 33
293,859 293,859 00000000000000001b54ec4a3b3cd121775165c58225b6390dee764ea5b547f8 11 0.00/1.00 vMB 26
293,858 293,858 000000000000000013443377a1d2ba850afaf924a7b20d486f5518643a3a2927 99 0.05/1.00 vMB 37
293,857 293,857 00000000000000000c96b050794b0f23f813dc90834510f4b57d847655a5ba1d 81 0.04/1.00 vMB 35
293,856 293,856 00000000000000007310f3b4a6a02fcb0e643d35e7f150e6c3fb4bb4dc2a6fd8 119 0.07/1.00 vMB 26
293,855 293,855 00000000000000006b28733eaf1cab398f5217f5f12f0dda9f2666a5b9a18cb3 104 0.04/1.00 vMB 53
293,854 293,854 0000000000000000a18d7867944eb6dbbe7da816341b062d28dd05d7c4905970 358 0.14/1.00 vMB 40
293,853 293,853 00000000000000006475468f3d8c4e2fbd24c7e885833bfa2a4d4b09c25fb8fe 320 0.13/1.00 vMB 44
293,852 293,852 0000000000000000688034c14b2a1b628008cb788ac0fda6de3e11fd78df8847 20 0.01/1.00 vMB 42
293,851 293,851 000000000000000059fad492877b82cb7e5a316c3b5ea5d317f51cebfc3ed3c6 51 0.02/1.00 vMB 48
293,850 293,850 00000000000000004beeac96a87c77da355f6ef91fecde976a467f5827a619e7 445 0.20/1.00 vMB 28
293,849 293,849 00000000000000005dc7376560de935831ecab982c6a6d821b6b3baa75b95d85 588 0.28/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.