Loading Tool

Explorer IconExplorer

Memory Pool

73,587 transactions
28.51 vMB
0.07109844 BTC
Random Selection Loading Transactions
Max Size: 168.49/200 MB

Candidate Block

Mining Attempt 0f812bbd2b0e999cb2960174e3abc979cd2efc67fe74dfa00e151d6122fbd3a0
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 023600f7435b3fb791db4acba30f59ce867ccf250ed8f0dbc0c870518d53c778
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.01387694 BTC
Feerates: 100.36 > 1.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (291,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,761 623,761 0000000000000000000bf57ba3ff5a511cdb95ba2002fa90e6d748c54836a7a8 2,116 1.00/1.00 vMB 12
623,760 623,760 0000000000000000000c10748f8d6f482c8af8bc536b1860b0fa85973152104b 2,519 1.00/1.00 vMB 22
623,759 623,759 0000000000000000001238161565b3fa406f10ddb13781779aef13368dbfde0d 1,489 1.00/1.00 vMB 43
623,758 623,758 00000000000000000011ffc6da3a5e6e1d470accf2afad4e96d73d9dc69747b6 52 0.03/1.00 vMB 22
623,757 623,757 0000000000000000000d07ca7789cb138db62afd6bec01daef9c3634e7ee1f69 506 0.23/1.00 vMB 24
623,756 623,756 00000000000000000000b35db1d7925b866237c891a768c2501021f7d7067117 329 0.14/1.00 vMB 14
623,755 623,755 0000000000000000000c04d5921f96d4c3c52e4705a2604db5eae54403ec9399 2,203 1.00/1.00 vMB 17
623,754 623,754 000000000000000000120c42133b817660654e791ff9c5996be4225450dbe7a2 1,494 0.67/1.00 vMB 14
623,753 623,753 0000000000000000000b00e670d5383de46d50afe04f113373de47f7dc8a38c7 1,689 1.00/1.00 vMB 6
623,752 623,752 00000000000000000011fb3a22b02ea750628f2d399a0fbf3bea2a708db5e0f1 2,564 1.00/1.00 vMB 24
623,751 623,751 0000000000000000000de44b32b6a6a4a691f2ed23a1e8c5a6f3f9e83c42c51a 2,561 1.00/1.00 vMB 24
623,750 623,750 000000000000000000080534990459c4d4a6043e84b5d0dc0aff9ddf867b085b 2,822 1.00/1.00 vMB 20
623,749 623,749 0000000000000000000662c6c6b884c9229d73a9c3d63ea72ea5857c6ffcc709 2,213 1.00/1.00 vMB 16
623,748 623,748 000000000000000000071fa53be27dd21d77b8fd62f702f1b2ce1d53e70aaaae 684 0.35/1.00 vMB 15
623,747 623,747 000000000000000000129cf2d9477f7f12eb56959148f3a84da5fcf8d1d41b39 1,977 0.87/1.00 vMB 12
623,746 623,746 0000000000000000000d4dfa99e58aa2491f6819623a82bbe0e4872c00e78b4d 2,116 1.00/1.00 vMB 13
623,745 623,745 000000000000000000137c8ac1ec39379eb0ca75b20d092a7f7e7f8167960cb5 2,642 1.00/1.00 vMB 28
623,744 623,744 000000000000000000084f621db9c59a01e7a842d96890b268350641138a61ef 1,697 0.73/1.00 vMB 12
623,743 623,743 000000000000000000138e847a3f7deeaf25caf2d3edccd7b74360cb3cd2ce23 2,375 1.00/1.00 vMB 18
623,742 623,742 000000000000000000012e41e228db258a64df7df127a7726fba17008400bf68 2,206 1.00/1.00 vMB 29
623,741 623,741 000000000000000000029f856aa59b5afee7665f606f189fd3d318dafe4cd638 853 0.30/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.