Loading Tool

Explorer IconExplorer

Memory Pool

81,608 transactions
30.44 vMB
0.07807668 BTC
Random Selection Loading Transactions
Max Size: 186.77/200 MB

Candidate Block

Mining Attempt 414d08b8b8349eb8928a9d80e6cfe29913c4844142c50afecb32a6183b4971eb
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 2d1a5d6b1bf6c91c7b4b8e163d8033facb4f395fee16311c22f5f9796e3f26e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,310
Size: 1.00 vMB
Total Fees: 0.00958584 BTC
Feerates: 151.12 > 0.96 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (385,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,408 529,408 000000000000000000124bff2104904f2c1a5ea78fd255676f78190729e50749 1,767 1.00/1.00 vMB 25
529,407 529,407 00000000000000000011a86e38c76b60b1a8807a5c11891f84232d5e8ddfd868 1,983 1.00/1.00 vMB 23
529,406 529,406 0000000000000000001dd963a267b1ac01843ed53f2830873723ceecec3b0b22 3,010 1.00/1.00 vMB 54
529,405 529,405 0000000000000000000912a3cb6ff03fc64c7e51605f33e92c05a909b49c8154 137 0.05/1.00 vMB 16
529,404 529,404 000000000000000000077030f8964be31e0b5d2371fe6ab16113506ced2a1984 1 0.00/1.00 vMB 0
529,403 529,403 0000000000000000001b545f8b9f2732eba2048d61b31d9cc57d429e9b5475ec 625 1.00/1.00 vMB 14
529,402 529,402 00000000000000000009992e65fa4f74404c9b9e253ed1dac54e317372922512 379 1.00/1.00 vMB 5
529,401 529,401 00000000000000000025643a0a0190b8670a2995419f4d8f043884c201f20a5e 770 1.00/1.00 vMB 10
529,400 529,400 0000000000000000002deabd0f7e490bba8c30921097e0e320e09962a89e9e0a 99 1.00/1.00 vMB 1
529,399 529,399 0000000000000000000028cc66278d4c89b1db5b0d813aa2d9f772b209bd789b 197 1.00/1.00 vMB 2
529,398 529,398 000000000000000000192034c15f612c9b2d38dc0a3d669976ead8b00ca6c4ee 365 1.00/1.00 vMB 13
529,397 529,397 0000000000000000000c40a9b01030e1bf825f7ee01fad5dd5781d7a35b05102 410 1.00/1.00 vMB 4
529,396 529,396 000000000000000000108bf8369284ebe005671e4c249fdd551712cc82ff71f2 1,891 1.00/1.00 vMB 42
529,395 529,395 00000000000000000034a669d834e91fddd5be6b1ffcfa0c9f8f0d8c5f767f2f 955 1.00/1.00 vMB 14
529,394 529,394 000000000000000000059f30e984f935c26f67b0fc6f11eacbe9c13b80d0b2c0 1,528 1.00/1.00 vMB 15
529,393 529,393 0000000000000000002a497db77de8ca67eabe4349288bc5292d207024540962 1,226 0.39/1.00 vMB 36
529,392 529,392 00000000000000000024e28e58457413adb3ba2edc24cd5c96ca9fea07c9f165 768 1.00/1.00 vMB 12
529,391 529,391 0000000000000000000447f7e7fb34732d78bd1816dcad68d79983a1c612c586 1,700 1.00/1.00 vMB 23
529,390 529,390 00000000000000000029a9f4df760518faff132955c27ac6539b946f083aa970 613 1.00/1.00 vMB 7
529,389 529,389 0000000000000000002e1c4597b3c2105e7fd5e170b3203995ab842cda57a6f9 1,150 1.00/1.00 vMB 17
529,388 529,388 000000000000000000191c2ca1b61bfe8575c5c0c96a77ebd460fd3eb5a63cf6 99 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.