Loading Tool

Explorer IconExplorer

Memory Pool

34,962 transactions
25.75 vMB
0.05995139 BTC
Random Selection Loading Transactions
Max Size: 131.06/200 MB

Candidate Block

Mining Attempt 2a98e96edf5bf32f9815948a2f2a0d5d76b588c0d31a5a6a37c5f201790edb6e
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root bb3c06f595fa38fd035c3638f99a6f68d1892fa0b82c15dae59cb469bb23e089
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,580
Size: 1.00 vMB
Total Fees: 0.01292932 BTC
Feerates: 101.47 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (666,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,945 247,945 000000000000000b54cfc6eee592bc594bfabdce7bb4a51c9c23f92a340f8c43 172 0.08/1.00 vMB 144
247,944 247,944 000000000000004562534fc664c5e8fcf3255b37e3e488768eb60f8ec8366735 131 0.07/1.00 vMB 128
247,943 247,943 00000000000000a26a8289a14b85aef5db345203a108a9a7ad469d4f54c13db3 154 0.07/1.00 vMB 279
247,942 247,942 0000000000000007be99220e949d66f76ce961aa195665c46e4b8aaf412dd23c 587 0.24/1.00 vMB 145
247,941 247,941 000000000000005f9f33e9cd87f94cdd783ed7a85790d2c2ba897554456d8a45 52 0.02/1.00 vMB 119
247,940 247,940 0000000000000060a3721e66eac075abd270f3a5c54c78cb19055e133060e1bb 238 0.10/1.00 vMB 140
247,939 247,939 0000000000000042260a389a210b7747ab9dcc337bea549fe96e4ae872edc6e5 331 0.16/1.00 vMB 128
247,938 247,938 0000000000000085b7c0796bdcd58829820df268ee16837856d1dd30e041432a 249 0.11/1.00 vMB 131
247,937 247,937 0000000000000094480cf4f86ce4495d2a761626ab70954eea71450314294ddb 261 0.14/1.00 vMB 124
247,936 247,936 00000000000000046a792eb11772c46b133743635f87bd913873fe86d81f9eaf 397 0.17/1.00 vMB 166
247,935 247,935 0000000000000037029903a8c838c8e400d6f796c18615cb353826b3a91d20f6 1,024 0.48/1.00 vMB 53
247,934 247,934 0000000000000086444a65f6084b3f789e5c29fff7d9e774d95cb63993ba9b7b 22 0.01/1.00 vMB 85
247,933 247,933 00000000000000473b5af829ac7867c3140d4ce59a98317ff0fdf2e32b968cd4 95 0.04/1.00 vMB 66
247,932 247,932 000000000000006aa0215af189bad3002202ea278ceef55eab5772e136071d86 374 0.17/1.00 vMB 99
247,931 247,931 000000000000002ebb57b3bff77ade51cda2bcc001e6ac1795286c7dd029daa5 548 0.25/1.00 vMB 143
247,930 247,930 000000000000008de9ed33577c7a45d1e8d83bb70f3f7639a6f2d232f9e83f9c 26 0.03/1.00 vMB 48
247,929 247,929 0000000000000075c5c9053500d4cd205da03e763069db1a6b61e2c09769f6bf 36 0.03/1.00 vMB 29
247,928 247,928 00000000000000763a9cfafedea3b6f6fac33b8a6f3c61aa3631aae9b7c05bb7 243 0.14/1.00 vMB 131
247,927 247,927 00000000000000081e5a00ac24f4672bb57ffbee63b4cf37cd805fa71d1b1d3f 263 0.14/1.00 vMB 122
247,926 247,926 0000000000000023bb6c726fbe58c0ff7e47a871301a834ff6570a2fcc54e7ad 227 0.08/1.00 vMB 77
247,925 247,925 00000000000000095cb4099e05bce45ac99fe9b8d9623d574e05af75e5ae3316 642 0.25/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 781.84 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.03 GB
    • Received: 12.45 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.