Loading Tool

Explorer IconExplorer

Memory Pool

34,588 transactions
25.84 vMB
0.06368141 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt e73467152f8512e780903facb10aa659232cbb15b1b0ddbbff7d0db1a8842396
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 425773d5c2930d08f263623a82b7d0e26930d7278f14090ded55f27dc968a3ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.01634979 BTC
Feerates: 74.70 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (702,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,713 211,713 0000000000000292f2ce5b2315e39191533d33f42f7b72d5b42134f64eaa893a 353 0.14/1.00 vMB 201
211,712 211,712 000000000000044ec7319955baa871e887c3bf77b57b245ed7e5c04faec0175e 147 0.05/1.00 vMB 109
211,711 211,711 0000000000000147ccf3492f6479cbc60bbe98f9ee56502a7966cfde6a6f8dbd 205 0.09/1.00 vMB 190
211,710 211,710 00000000000003ab49ed739a9571b473594c5e697cef0434efc0edd5d4a34ce3 116 0.05/1.00 vMB 103
211,709 211,709 00000000000000f857b4eab6bf739159715234851cf3bcb0ed8068537d7876ea 83 0.04/1.00 vMB 124
211,708 211,708 0000000000000028da51c0692faf4b93ce27322cfa70fac1e8cad8bef8c90a81 312 0.17/1.00 vMB 104
211,707 211,707 00000000000002b6759515666b92596269454fe6d3410b3e817d86179576aab4 312 0.08/1.00 vMB 16
211,706 211,706 0000000000000016af7c824e3c9cfca295b8b7c53c7afd6d20918edd8b42f350 196 0.10/1.00 vMB 111
211,705 211,705 000000000000038dd0e8a26ab1e67e31eb03471ac8ca8b2bde5ef6f1255663fa 10 0.00/1.00 vMB 12
211,704 211,704 00000000000000b76922174a70e873647120335b50daa41800d11b4b4b7e6c28 516 0.22/1.00 vMB 421
211,703 211,703 0000000000000276c28f41adf4210377f1c64fd8f4456a1bd7cae30855e07c11 287 0.12/1.00 vMB 172
211,702 211,702 0000000000000100565cdbd8592082f4ff9c05495be75f89df30f6252cf12ece 187 0.12/1.00 vMB 120
211,701 211,701 00000000000004c15ee694b41e17f926d30d28cce230e0c637a72699e11fb335 143 0.05/1.00 vMB 107
211,700 211,700 000000000000001dc5755f0c164dfd435470f9c62d75dcc96d0e66822ec54eb2 592 0.25/1.00 vMB 220
211,699 211,699 000000000000012b58cb6e0e9a1acd6a6f52a11cc15c287f7bdf5d34fda3c6f9 185 0.10/1.00 vMB 200
211,698 211,698 00000000000000262e59199186925e40d5c5e4e19e158f7d786851ee78e2e825 511 0.26/1.00 vMB 135
211,697 211,697 000000000000021f93a3417e8d865a323372954aab97f78388b45df10fed410c 4 0.00/1.00 vMB 15
211,696 211,696 000000000000002a65b5902cb1fb9a14c2aa68af69e74e3cf9797b5c3071a819 136 0.05/1.00 vMB 83
211,695 211,695 000000000000046a5bfd46d11f87189b61691d0cd166989f15a93b6b083a020a 578 0.25/1.00 vMB 182
211,694 211,694 0000000000000019c9ff7eb348e37d97f0257f7bf8b977e425c04d2b487894a8 166 0.05/1.00 vMB 61
211,693 211,693 00000000000002d493f191cd5e7b97222ba9b476c17d7a3e4cbe965895e06547 256 0.16/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.