Loading Tool

Explorer IconExplorer

Memory Pool

49,262 transactions
29.49 vMB
0.08183324 BTC
Random Selection Loading Transactions
Max Size: 157.75/200 MB

Candidate Block

Mining Attempt 7cd7b8b22eeea0a613b4678119cd002408e9771dbeb53f1883ad628dea6cccd8
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 4c8fa1efe75723c2178fe54eefdd0fdc2c7b14b9d045b23c5218c223e427c1a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.02335724 BTC
Feerates: 132.00 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (301,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,900 612,900 0000000000000000000dcdff8a9e72c5cd00715fb255614dcd6db1612e9a49b0 1,670 0.51/1.00 vMB 13
612,899 612,899 00000000000000000004dad8cc219e4f59b282d3bde61beaf58e38eb57f156de 2,405 1.00/1.00 vMB 19
612,898 612,898 0000000000000000000c258fd075f1a5e810c49e43ba4fb1b084c37fd074b634 2,506 1.00/1.00 vMB 26
612,897 612,897 0000000000000000000f1e689f7f2054dc404d9f7458d2d8fe07c3a1193b1346 1,124 0.31/1.00 vMB 19
612,896 612,896 0000000000000000001056e120a355c4620c4c7ac7a03eaabf436e420251d573 259 0.08/1.00 vMB 22
612,895 612,895 0000000000000000000de352f81966168ee0087037a5cef7d97155beb92d713f 2,563 0.89/1.00 vMB 17
612,894 612,894 0000000000000000000ee604253cb3ca489f7e4794892ec681f9d3b6aaf157f4 499 0.17/1.00 vMB 20
612,893 612,893 00000000000000000000c161ae3719c018eb35da44af9d37c6e2df1926003d1c 456 0.14/1.00 vMB 25
612,892 612,892 00000000000000000009a59520251efc5c24d1cbfcd8d654e0719bddcc9522dd 348 0.11/1.00 vMB 19
612,891 612,891 00000000000000000009bb22550b5e0fd87f8a085eea199757a8b603208f4716 107 0.11/1.00 vMB 17
612,890 612,890 000000000000000000036847439952e64882e31bed61bf9ad02689907f667955 1,256 0.56/1.00 vMB 17
612,889 612,889 0000000000000000000ac89d7ea0f23320502bfb0842e8f883c1bb921f770c4a 557 0.20/1.00 vMB 25
612,888 612,888 00000000000000000008f510c0a14e1cfa6c698234ff82940bc1189baf3388b9 1,114 0.30/1.00 vMB 2
612,887 612,887 00000000000000000006f0cda4ebba89bff269253953641e4286df764af5b9c3 2,719 1.00/1.00 vMB 22
612,886 612,886 00000000000000000003e93de39f41beeab3ea6f1ed85e466b0a7bea935b342a 2,348 1.00/1.00 vMB 8
612,885 612,885 00000000000000000005a67611592773f15efba6f4670d33cbd6ce3e61917bb2 2,828 1.00/1.00 vMB 18
612,884 612,884 0000000000000000000ae355cdbffba9784f35126a6c270d4e3406cc39689d3d 3,028 1.00/1.00 vMB 32
612,883 612,883 000000000000000000071fbc764c9cb4629ca444fdfaedbd7cce2cb809e8cc47 2,351 1.00/1.00 vMB 22
612,882 612,882 00000000000000000000ffa1037ac6dbc25ba17ad4a38b0ede67fb325172012d 2,040 1.00/1.00 vMB 22
612,881 612,881 0000000000000000000a678a5efe1e0dbb3f2820d28ff34402c054c0c44a8533 2,917 1.00/1.00 vMB 26
612,880 612,880 000000000000000000017212c526b19deb4967fd61f7701d7e7c2001a4b24560 1,313 0.45/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.59 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.