Loading Tool

Explorer IconExplorer

Memory Pool

22,505 transactions
9.86 vMB
0.06138225 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.38/200 MB

Candidate Block

Mining Attempt cd74f91848550780f73768541ba658c049e8151d875640a9585799b1a5b919d3
Version 20000000
Previous Block 00000000000000000000a3fd4cf7aba24283a6dd34eebfa23d724a9d68b5e291
Merkle Root 1a7b0c31ffd13016fc2d6d25c2090fbd59af2210c2669ff2e1aba565c7e052d4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,317
Size: 1.00 vMB
Total Fees: 0.03325221 BTC
Median Feerate: 2.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,426 (714,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,172 199,172 00000000000001a9bc05cf8e85a89637573f971e486f3633b4a500d55c323864 6 0.00 vMB 66
199,171 199,171 0000000000000539ea427d2285ba46c8ff97ad683fd15ca3877f1c96450a8265 41 0.02 vMB 99
199,170 199,170 000000000000037ef60aeb7807929b9c2c2681b3ebaf70368fbd7f774b7467b4 12 0.00 vMB 30
199,169 199,169 00000000000004fc66ae3e4a3854cac4405aec57545b3ab4dd63b24de872b847 245 0.10 vMB 201
199,168 199,168 00000000000002af2cea35ba0747d8e0f698f92dac0eb31e5b26ad0f5105255a 75 0.02 vMB 134
199,167 199,167 000000000000009b4d2762db8f5a9c991391332a1177174a3c676138eaddf1f3 154 0.05 vMB 120
199,166 199,166 00000000000000afbf19af7b899ff50303b00926482396f81b19d5ff2b05bbdd 5 0.00 vMB 0
199,165 199,165 00000000000005ed9bbe61816e70b5b7672ab5bb41c1c55f454bcc400ee3d9f8 16 0.01 vMB 88
199,164 199,164 000000000000009d167fa7bcb5ce53d52136c6ef7d6e97a333d2f18b4efc03aa 128 0.06 vMB 113
199,163 199,163 0000000000000014997146eb553c7d61347c40017476943a42a4c4ddb93cb084 86 0.03 vMB 116
199,162 199,162 0000000000000505c816bb07c36adab51edb447dba6921ce69fc63af85ed7c0b 11 0.00 vMB 162
199,161 199,161 0000000000000079464e345923f1b26a10419d6e7b07248dcb54ba8251a596e9 11 0.00 vMB 97
199,160 199,160 000000000000028cc87d9cdc8159df4015a2682a505af5d1229563e0a9daaeb9 51 0.03 vMB 98
199,159 199,159 00000000000004978e1ca445d27d2727408997dc67a39c76b4da05e234ebbb37 168 0.05 vMB 154
199,158 199,158 000000000000021cdaf5475ec6664ef3f8348be98c9b5ff06daf2a35489bddfa 31 0.01 vMB 187
199,157 199,157 00000000000003d75729489c2e559a72f2c47668387331b0e9858cb3f3581f51 168 0.09 vMB 48
199,156 199,156 000000000000015c5ccc28c94f5546519482c0590525d6ee6e43bb57c26050ff 255 0.12 vMB 126
199,155 199,155 000000000000002392ff271a08680e8111ae0366da01218a3bb9dd46321dde81 259 0.07 vMB 71
199,154 199,154 00000000000003f13be711360c057aeaebffdf27cebacecc246d97576ce4db9b 232 0.10 vMB 100
199,153 199,153 00000000000004b2001e7332f61d35c0594a7c5514bfb3d5893f91d262f6273b 512 0.21 vMB 153
199,152 199,152 00000000000004edb3b1e39ca5d62e9479ab5b8d3a964c929574011117d8b5cd 74 0.05 vMB 60
Previous 10 blocks ↓
Total Size: 779.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 300.49 GB
    • Received: 1.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.