Loading Tool

Explorer IconExplorer

Memory Pool

83,269 transactions
31.44 vMB
0.10598622 BTC
Random Selection Loading Transactions
Max Size: 192.24/200 MB

Candidate Block

Mining Attempt 6759e68c018927dde3557a176a22e316cd6098ac4e6d2ce112c299509832dd69
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root db5b95b49438c2cbea11ef3d7e9cfbaed4734a9b5012f34a5cbb99a4b9b5e77f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,350
Size: 1.00 vMB
Total Fees: 0.03386306 BTC
Feerates: 301.05 > 3.39 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (435,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,866 479,866 0000000000000000007e16f9e74bac33f31dae0e9de70949278a8d16eeb3de71 1,594 1.00/1.00 vMB 114
479,865 479,865 000000000000000000bce4d7b1c9b5c9e24669a3e2c76c55594c2fe6f3055da7 1,957 1.00/1.00 vMB 142
479,864 479,864 000000000000000000ba61d2ab9ecc24b44b0e3c72f4d8143c026b16b2f40292 2,143 1.00/1.00 vMB 118
479,863 479,863 000000000000000000b6956f9d4f818ab2273dfddba9e8c53c87278a96fb7086 1,883 1.00/1.00 vMB 120
479,862 479,862 000000000000000000e4322ce8416d2e5f747f291350b702bf66bde0906da0cd 2,070 1.00/1.00 vMB 147
479,861 479,861 0000000000000000007b659aa1ce987c5f28db00f45d55f1a0c3f554d69696df 1,873 1.00/1.00 vMB 146
479,860 479,860 0000000000000000000de446f20798095870a2532bd1c6784a4bc0f79825217d 1,782 1.00/1.00 vMB 121
479,859 479,859 0000000000000000008560bca1c59e4d45b2f5ec5c8b64bf60e13069cec1b93b 1,365 1.00/1.00 vMB 161
479,858 479,858 00000000000000000030cecf67ef44cc723f0825aaf2811504bb1f4a124ac452 2,378 1.00/1.00 vMB 182
479,857 479,857 000000000000000000a5ca291f556033c0025ab3759a9faa8e090c07580faff8 829 0.56/1.00 vMB 75
479,856 479,856 0000000000000000008642926c765b5b9463613e6b3ed71044f0a4299e631975 2,326 0.93/1.00 vMB 145
479,855 479,855 00000000000000000126b2b7fccdfa34176fa546f2fadb91894ed4d65a9bb84e 2,015 1.00/1.00 vMB 139
479,854 479,854 000000000000000000ef3eef60c74b90203bd6bf4e679516e54bd058bed032c3 1,251 1.00/1.00 vMB 121
479,853 479,853 00000000000000000108ad97d6bea9b579cb0882f8f1ab09b3935ef4a81f654d 1,768 1.00/1.00 vMB 129
479,852 479,852 0000000000000000011584bb9786b267437a32cead7219dea31d22ed8f499b2a 2,284 1.00/1.00 vMB 112
479,851 479,851 000000000000000000ba039ad39261fc916eb5fd9641b2551da2339b088e8a0f 2,381 1.00/1.00 vMB 167
479,850 479,850 00000000000000000121f5eb161151572102baa7a30e338b8ce8e496dbaf553a 2,688 1.00/1.00 vMB 121
479,849 479,849 0000000000000000012980bbc3a76e3cb83f981c17778d5672af796b2f5bf5f0 2,477 1.00/1.00 vMB 161
479,848 479,848 000000000000000001073e1517824399c0c85b609cfc5d8d5d76ddfea7bf3b04 2,735 1.00/1.00 vMB 137
479,847 479,847 000000000000000000cb2f81b6be271aeca062d733133c2d8ee02329ffaadc19 2,562 1.00/1.00 vMB 170
479,846 479,846 0000000000000000009ec06e3bfb1907503ae969c021bfc8fee5adde858ebd11 2,242 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.