Loading Tool

Explorer IconExplorer

Memory Pool

79,591 transactions
29.69 vMB
0.06880835 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt a7feaceeb29d64323d623b1a12ca3c76a7528ae5108a74137d415569cebddba1
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a7729b7065b49f99db15eddb3bfb88e121dc643576570abdfb45c19539efc4a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00843123 BTC
Feerates: 100.19 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (564,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,110 350,110 000000000000000013f12aaca88e50503185616bfac02c3d05d0a9cb270b28c7 482 0.29/1.00 vMB 19
350,109 350,109 000000000000000013aa7af953c70abdb237c0c4ab55fef076c091b1461f8b7f 1,343 0.75/1.00 vMB 27
350,108 350,108 00000000000000000ae3d1a312d023bf7ac05dc9d376d630f11aa3ee5ffaaa03 310 0.18/1.00 vMB 20
350,107 350,107 00000000000000000bace1dfe75c2b7367bb6452e5c7ed7de91d54f9035ccd39 321 0.19/1.00 vMB 19
350,106 350,106 00000000000000000eedd161eac1cd09d2d68dedb7f3999d6b7589e5e5236efd 409 0.26/1.00 vMB 22
350,105 350,105 0000000000000000081c5a66687e01a265ec910805fa1f6f3733dd96666db3a3 838 0.42/1.00 vMB 23
350,104 350,104 00000000000000000ae9b2f5eaf099c3e9a062b729715f87b0308f98d7b77ed4 670 0.35/1.00 vMB 29
350,103 350,103 00000000000000000b51e76ffb3c16d1612f46345593627a4a2a8270854c08b2 291 0.20/1.00 vMB 20
350,102 350,102 0000000000000000111a6952293f37046a101e088a8ec90415be0ebd24e8fca8 248 0.17/1.00 vMB 19
350,101 350,101 000000000000000012579da70ecae513cdc2ec9c2e844930ade89f6140ed45f5 513 0.32/1.00 vMB 20
350,100 350,100 000000000000000016bc0f114e134dc32983032826f8888dd603ce77decde5b8 675 0.34/1.00 vMB 27
350,099 350,099 00000000000000000a7b1ddb18aee6a46dde978a62c671e32eca3aede7f90b7a 194 0.16/1.00 vMB 17
350,098 350,098 000000000000000003a4920051d5cd04dcbdb05f3d1e699608b40a888db94f78 666 0.36/1.00 vMB 23
350,097 350,097 000000000000000008e7dc9ca63495d56ca7624dc36218b56cfc23efb8a7f42d 1,310 0.75/1.00 vMB 22
350,096 350,096 000000000000000000c4a170d49f361ac0b0240ab7e482a0dfb1c657e82dd2d3 1 0.00/1.00 vMB 0
350,095 350,095 000000000000000008992f45d9b033c43f409958f4b5467e2d0b0b8d8c050faf 1,326 0.75/1.00 vMB 25
350,094 350,094 00000000000000000f3321815f6cadf9fea5b7718ad654dd22492c359c844711 1,843 0.75/1.00 vMB 35
350,093 350,093 00000000000000000bf25410561d3f8ebe1eec83be45066c446648e1f8292e31 1,402 0.75/1.00 vMB 24
350,092 350,092 00000000000000000e98ee8de4a711b3a1419a782257426f945faca63a91e849 2,184 1.00/1.00 vMB 28
350,091 350,091 00000000000000000244febcbc5078c20605463fca266f4ca4f3a8efa658c778 1,487 0.79/1.00 vMB 26
350,090 350,090 00000000000000000d20008aa39e245e74aca5f206317a8a4b063715bc91b4b6 763 0.51/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.