Loading Tool

Explorer IconExplorer

Memory Pool

85,643 transactions
31.93 vMB
0.20907287 BTC
Random Selection Loading Transactions
Max Size: 191.00/200 MB

Candidate Block

Mining Attempt db2202d421a79851424ff6e658085f74e5d87cf0d6e463ec39ec5ae77cf92290
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 94b0bbcc5b0f46dcf0bba853693e24b1c8ae4770a776de04580f3c1062fa1916
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.09456735 BTC
Feerates: 529.10 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (450,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,104 465,104 0000000000000000001e024d786cd7a7cc8552cb35f04540be2a79f428683bff 1,859 1.00/1.00 vMB 131
465,103 465,103 000000000000000001db544e458dad02a8854c1d6264ee83709557ccc1eba07c 2,294 1.00/1.00 vMB 178
465,102 465,102 00000000000000000204ca2ef4684e10ea05e556d663bd36452f6c71735e6c9e 2,416 1.00/1.00 vMB 197
465,101 465,101 0000000000000000010e064d5dba5ee0bb378d97732ddf018422bc2d82390d17 2,081 1.00/1.00 vMB 195
465,100 465,100 0000000000000000003998e57f2cbe2b8e971bfd94a24f736082312aac29ed96 2,872 1.00/1.00 vMB 264
465,099 465,099 000000000000000001799278a7a3224ede939a9eb6d93fb39a7e6c606268f6f2 2,915 1.00/1.00 vMB 157
465,098 465,098 0000000000000000014f7a2fcf4c1e5af73226e7ac9d8f897e4ce2fa0cda94ba 3,682 1.00/1.00 vMB 126
465,097 465,097 0000000000000000010299cece4b059cf35bf46ae5d732b50ec06a41d2fdb663 2,803 1.00/1.00 vMB 168
465,096 465,096 0000000000000000010ac258cbf20b1e22766eccc50f916fa8aeb6a21c2ed3cb 3,532 1.00/1.00 vMB 125
465,095 465,095 000000000000000002157ae0f53b01290636170eaf1b523f755814ff2e0d3060 2,359 1.00/1.00 vMB 143
465,094 465,094 0000000000000000009b0e5f0c10a953d9376b7b3428b5468eab365c614ccc15 2,172 1.00/1.00 vMB 204
465,093 465,093 0000000000000000012433c43abea31b8b8462ec8e06ef5a69e386dd0cec7ddd 3,589 1.00/1.00 vMB 128
465,092 465,092 0000000000000000019b21fcd98ad3ebd277c6184f6a61a79d18240db3e4d161 1,559 1.00/1.00 vMB 92
465,091 465,091 0000000000000000004c54519e4fd89b4e538361bd813c9fb4a0971d32fe7a71 2,586 1.00/1.00 vMB 161
465,090 465,090 00000000000000000141b57a6f719555d47349b53f33a0361cc504e81f7bfa99 2,598 1.00/1.00 vMB 124
465,089 465,089 0000000000000000008bab211cd520daa76e426c62e45daf487f7b8bf8205c48 1,147 1.00/1.00 vMB 251
465,088 465,088 000000000000000001551e51e8f36a68c214f41404bf34929acb7029139717bb 1,973 1.00/1.00 vMB 141
465,087 465,087 0000000000000000012b6dfa0ec4ff213769fff1d8d87627ea2cb5443f6fb873 1,649 1.00/1.00 vMB 165
465,086 465,086 0000000000000000002633f2659e538499df36226cf90418922110e09f4dc08f 2,079 1.00/1.00 vMB 209
465,085 465,085 000000000000000000f63b19daf150afa8a83ecd44b74cd3094da5caf6d70792 2,561 1.00/1.00 vMB 253
465,084 465,084 000000000000000001c0eeaff0ed28991e32fce4dcbc0bc22d8bba2cd201e908 2,276 1.00/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.