Loading Tool

Explorer IconExplorer

Memory Pool

14,035 transactions
10.80 vMB
0.03504466 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.91/200 MB

Candidate Block

Mining Attempt f6ebaf77bf8ae1c8e7b84433408a055fbaf5e384b70dac1fec30831fb1ed62e9
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 6ed4f66fa85c7753c6b022dc5a521e3747c6e128e696b29276dcc3586d4476a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,646
Size: 0.997994 1.00 vMB
Total Fees: 0.01610008 BTC
Feerates: 151.03 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (757,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,955 155,955 0000000000000af0106cdd988f69ec8273e8ec5f4e9dd1dcce96f70f9658b330 41 0.01/1.00 vMB 133
155,954 155,954 000000000000058cd56b8d4999e1e72d4d8a67937ee508f0a202878479993115 95 0.05/1.00 vMB 133
155,953 155,953 0000000000000c47a184e97706a9e40891b0462fa4ec5f7093542acd006a7e67 8 0.00/1.00 vMB 0
155,952 155,952 000000000000002bce77a9b91186a7ff02697b995dab908f7ffca11191ee6b22 9 0.00/1.00 vMB 91
155,951 155,951 00000000000006fb0d3f9dd9c6c6c3b9868b758eae45c6a55f5e7440557b0a53 39 0.02/1.00 vMB 112
155,950 155,950 00000000000002fa5657b571bd67db25e5765654a3b8548f8545003f0379a038 11 0.00/1.00 vMB 749
155,949 155,949 00000000000008f88f6f71cb097eae0d8c2dc0f1856d32d4c52ef7c6a9563ecd 5 0.00/1.00 vMB 28
155,948 155,948 00000000000003ffb9702c04e54ec538e14b8f3fdd08a76776697ed119ef18d4 46 0.02/1.00 vMB 6
155,947 155,947 0000000000000b2bd77b20dc40924641e28a884dfd484bde8bda91163cd0f372 8 0.00/1.00 vMB 434
155,946 155,946 0000000000000817cf47202ceb7b5a86131af7895b377b77765c5e851a5b8346 12 0.00/1.00 vMB 28
155,945 155,945 000000000000076f0b4ccd4cad9de07283842d8d256ed93afe0c6a993ab0586b 45 0.02/1.00 vMB 57
155,944 155,944 000000000000052808935efe3dbec57b4e0ca530e684aec6811651dc3fa948c0 69 0.03/1.00 vMB 147
155,943 155,943 0000000000000d83e9dcb3ac3cbdd37a380dd649fa16ad790d26fccb75e05804 20 0.01/1.00 vMB 44
155,942 155,942 0000000000000c1550c86b5cfd5a2bebfc103dda99ed44bb11467865eb0802da 63 0.02/1.00 vMB 5
155,941 155,941 000000000000095e33d06c1867c432c8ff002014137bd025da00e4fbf3cbd5db 27 0.01/1.00 vMB 95
155,940 155,940 000000000000066d99b44b10c17e1ebdccc88cfe2875cf8511991df226c14ead 10 0.00/1.00 vMB 0
155,939 155,939 00000000000000149b85d937b25a2e68f3622dad92384564ab410ddc23160ad2 5 0.00/1.00 vMB 95
155,938 155,938 0000000000000452a96566e17a6de8b0c606d6a828b8f17799b84ceba936d71f 18 0.01/1.00 vMB 237
155,937 155,937 0000000000000519b0ea86b67f773efc6fa90e7cefde2dde23a1bc8b76c2389a 32 0.03/1.00 vMB 57
155,936 155,936 0000000000000247eb7c1070cd1369cf3d0ccb5c766e11ac439fc236fceb6adb 13 0.00/1.00 vMB 25
155,935 155,935 0000000000000e899c30a0b4b46f9efa005466913da36ad234ad50c7583ec279 134 0.03/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.13 GB
    • Received: 4.50 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.