Loading Tool

Explorer IconExplorer

Memory Pool

76,026 transactions
28.41 vMB
0.06703282 BTC
Random Selection Loading Transactions
Max Size: 172.07/200 MB

Candidate Block

Mining Attempt 0b80ef48b6a248ba809cc324e5ebefd21eb3cb4a025ee4b1ffb836bfe10a6361
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root feb40e64df949579a05927d796783b397a02c7a6f2987288bba506dd44f470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,336
Size: 1.00 vMB
Total Fees: 0.00826380 BTC
Feerates: 101.00 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (198,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,760 716,760 00000000000000000000b7bf8f4aabb1a2633cd24b208d340b91dd321bfcf21c 1,955 0.66/1.00 vMB 9
716,759 716,759 00000000000000000000d83eda382566217be44e56081ea8064bb81a886b5550 1,276 0.47/1.00 vMB 10
716,758 716,758 000000000000000000025664cd8e5f1a1845ee4b21b17a8b696b805388e1527a 858 0.39/1.00 vMB 10
716,757 716,757 00000000000000000001a8a4c05ddeeeb047e328eaafbbd01bbe1cf7c2d7710e 480 0.14/1.00 vMB 11
716,756 716,756 00000000000000000005ccbf641c82aa60d3ead2a57d2218e161ad0ef2f3e0ce 1,383 0.47/1.00 vMB 10
716,755 716,755 000000000000000000054acb639af5e89d67f97d9515671af7cea3fc3e6696a2 1,523 0.53/1.00 vMB 11
716,754 716,754 0000000000000000000a6c0a860e690c18daba494b873b789b855dbf0e6a6620 651 0.21/1.00 vMB 11
716,753 716,753 000000000000000000017a58c810306671ce10caf43645c975379d9b7d68f6d8 2,265 0.83/1.00 vMB 10
716,752 716,752 000000000000000000062de16062f7254b26b3eecd3e42f86682863e4695d3a7 2,212 0.78/1.00 vMB 6
716,751 716,751 00000000000000000008973dd11b2257dfbb2fdf5310411303913b31a9cbdb21 1,980 1.00/1.00 vMB 14
716,750 716,750 00000000000000000009d4b563b4a309342ecce6b6b87d020e60fdb6b15befc7 3,074 1.00/1.00 vMB 10
716,749 716,749 0000000000000000000152ee42aa9c08a2a9f7233dbfe4b54d8bbc23c864eb68 921 0.33/1.00 vMB 9
716,748 716,748 000000000000000000064589e067a06cf5cc63c9618bf697cfa6dff953042e5f 139 0.04/1.00 vMB 14
716,747 716,747 0000000000000000000101098fb0cbf77592eea9f5edb53e99e5cf45493e89f4 325 0.17/1.00 vMB 5
716,746 716,746 00000000000000000006165b9ba92e6ab089108ce613d262c1a8f2b4e9c25ed2 126 0.03/1.00 vMB 10
716,745 716,745 0000000000000000000673dd7ef40e066cbbbd03bd737f89cf34a34dfad15b21 287 0.09/1.00 vMB 10
716,744 716,744 00000000000000000004694116a1df24d3297a51f5bca48927f301b5e5f821eb 1,589 0.52/1.00 vMB 9
716,743 716,743 00000000000000000007f93ed320da9021db9d06b8d526b66e6acf9bc799a108 1,796 0.61/1.00 vMB 10
716,742 716,742 0000000000000000000b38a0b08e50cf6ead3a3795358ae01a77df30d6229363 94 0.04/1.00 vMB 8
716,741 716,741 00000000000000000003d05de9d3d807bf2434f88a8102a3e7283b9be2d523e9 1,999 0.73/1.00 vMB 10
716,740 716,740 00000000000000000003912b531d1fdb44fd38d6a96eb4fc59bf5bec0ffe3deb 1,861 0.60/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.