Loading Tool

Explorer IconExplorer

Memory Pool

34,274 transactions
25.54 vMB
0.07778218 BTC
Random Selection Loading Transactions
Max Size: 129.21/200 MB

Candidate Block

Mining Attempt 4dcc0a1ac43c49a57406fddfe8940dba61e5dba0b9cdc715edcb8cb67357e415
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 89f7aa9041cbe81b7fb4b93fb1bc62878776cf2f949b8466287e50b27d249fcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.02703657 BTC
Feerates: 100.60 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (702,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,718 211,718 00000000000000e0de4ede09309f007b82e13cb9601ad80728c64cd514d23192 824 0.25/1.00 vMB 231
211,717 211,717 000000000000003186f9bf8e23fe7e89115bf5a6d1d7a6363d2d1931409b87fa 93 0.05/1.00 vMB 213
211,716 211,716 000000000000044b5876c4e0224cf4db7a4f6bce9f603affecb3b686fb8e31e6 464 0.20/1.00 vMB 307
211,715 211,715 00000000000004086650e8e34bf0a20fdf571897cd00f343bbe1453605187d31 317 0.12/1.00 vMB 185
211,714 211,714 00000000000001a872f7fc6fdd92130eece229e0ec2c29ecdd93e10cefeac492 162 0.06/1.00 vMB 149
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
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.