Loading Tool

Explorer IconExplorer

Memory Pool

80,451 transactions
30.15 vMB
0.09044434 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt b9e719a7796a0fa99039730615b901fd07b865322bb17eaffc685665fd11d3d6
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (266,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,214 648,214 0000000000000000000fb2e39f4ce2991aff8277cb19816e046757d6b9a3f961 1,471 0.80/1.00 vMB 46
648,213 648,213 00000000000000000008daf2fd98554175e557b2a7cb8fb65ba385f75e2bd63a 1,096 0.92/1.00 vMB 25
648,212 648,212 0000000000000000000d13cf51f4bea112267514ae277788bb31a6dc0196a547 1,360 0.57/1.00 vMB 50
648,211 648,211 0000000000000000000a229ffbbe19f5a335422750c42551289fb807858ef7a8 1,972 0.82/1.00 vMB 4
648,210 648,210 00000000000000000008e8b603c6be3efec0f22ff9df53c56c7356a648614790 2,236 1.00/1.00 vMB 67
648,209 648,209 0000000000000000001027c169c0706f26c139b2fea8b49936e9d04008d07ae6 2,217 0.98/1.00 vMB 35
648,208 648,208 000000000000000000031ea033e33ed45bfc2e28a9f5ca7217cf8c875e6e61de 2,051 1.00/1.00 vMB 42
648,207 648,207 00000000000000000004e09e818e10a6a9004ee61fe23df72457c7d939b7fc26 1,883 0.93/1.00 vMB 10
648,206 648,206 00000000000000000007aeb497aed66a3b75e8c569a1eee95b95bf085ef0c698 2,313 1.00/1.00 vMB 43
648,205 648,205 000000000000000000090eac5c87be582214818c8b024d3224884d096a486a35 2,639 1.00/1.00 vMB 44
648,204 648,204 00000000000000000005d6a26cbcdbabfd5f20e2c1871abee34bf060b83d4e8b 1,400 0.53/1.00 vMB 36
648,203 648,203 00000000000000000001e906c7dd5fb383f9baf4a7da679d6098a25f71031b07 2,269 0.75/1.00 vMB 32
648,202 648,202 0000000000000000000b532112bd1a7f3d6abb367d3cd0c16b8e6498b94b33bb 1,978 0.71/1.00 vMB 44
648,201 648,201 0000000000000000000a1d16a854aaeebb8ea7513fd4c08cd728b0afa50d572d 819 0.29/1.00 vMB 39
648,200 648,200 000000000000000000056146c5d348d8d94ae80d35c321823edfe0c0c43f8e6b 898 0.27/1.00 vMB 32
648,199 648,199 0000000000000000000986fc1af9dc378a2e6bd6683759784fbafc91681b6b52 2,466 1.00/1.00 vMB 20
648,198 648,198 0000000000000000000caffaefaa4d18d81f2fd7fd368677afab1e70b85fb53d 2,045 1.00/1.00 vMB 61
648,197 648,197 0000000000000000000f9dcb43bafa4a92b7ecc26746ab91069408aa9801d9dc 232 0.10/1.00 vMB 58
648,196 648,196 0000000000000000000369235c56617c7622f9f2d6f729260a50d4e01de3a5d6 509 0.24/1.00 vMB 34
648,195 648,195 00000000000000000001ec750f6e97b06e6cc0b5b38b63d24437c43b40d4c356 2,900 1.00/1.00 vMB 41
648,194 648,194 000000000000000000008b52b9fbdec55bcf3c618b889155b46b4ab89c4278a2 1,287 0.68/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.