Loading Tool

Explorer IconExplorer

Memory Pool

79,140 transactions
29.62 vMB
0.07415249 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt 5f1eb4075a874f7416cb576263881ebdc9b6fa54ff1e78159c7a0bb16f3b0272
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 41e2260ca0803181a0531ccb984bcc7c56c0b4f41e1c55fc983da9336b9f7ab2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,298
Size: 1.00 vMB
Total Fees: 0.01397257 BTC
Feerates: 90.48 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (419,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,912 495,912 000000000000000000654b09fd7b45aafa39baa4d217296a5568e2b8fbae2f05 2,357 1.00/1.00 vMB 214
495,911 495,911 000000000000000000b1113b02ec094937ad4cf38a5f5702ac5294e112715def 1,844 1.00/1.00 vMB 147
495,910 495,910 0000000000000000006f0c06c32a430010887c3261799754d28806cb22240f5d 2,323 1.00/1.00 vMB 207
495,909 495,909 0000000000000000008bcaea5ed4fce8226e0b9fed50529968c6fe158e58f0bf 2,672 1.00/1.00 vMB 221
495,908 495,908 00000000000000000045f27001685fb605a511e429e6ea4429917f27627963d1 2,141 1.00/1.00 vMB 133
495,907 495,907 00000000000000000090b2eca159271d47c3e3df7fa5289b8c8b0678480a1ba0 1,879 1.00/1.00 vMB 166
495,906 495,906 00000000000000000052211753e0e89ee25b97af30ad7787c7a4ed423d6f83ba 2,869 1.00/1.00 vMB 203
495,905 495,905 00000000000000000027357d9c386c58d2b3e7d17d5fd0dc745cde8a47c839dd 2,503 1.00/1.00 vMB 258
495,904 495,904 000000000000000000ac811295e415cb3eb3d0abe31ee2e84280206706654b6c 2,063 1.00/1.00 vMB 153
495,903 495,903 000000000000000000c1437dcd09b6179ab2c70a740034994ed89202e1ec42f2 1,951 1.00/1.00 vMB 133
495,902 495,902 00000000000000000089cd957bb1d1097d9ec459c810a8d6097296f0da9878cc 2,466 1.00/1.00 vMB 187
495,901 495,901 00000000000000000043d2c816d23a8b2b3e0854306980c7241422f446c2a5ef 2,220 1.00/1.00 vMB 187
495,900 495,900 000000000000000000026b63ab848f8ef918d82bf4a3de12528f5baa1ad09378 2,771 1.00/1.00 vMB 262
495,899 495,899 00000000000000000086d817fe6f6c6bcbdf32462b9896f82ab74a33ed415277 2,278 1.00/1.00 vMB 163
495,898 495,898 0000000000000000006061f89924e12a1b2b1c35e26d1773419e016a07761119 2,360 1.00/1.00 vMB 283
495,897 495,897 00000000000000000030090107bf9153ff02898d81c702a4269a8163b7567e63 2,959 1.00/1.00 vMB 166
495,896 495,896 00000000000000000081c8fbc293dc9fce13c04546374db5299bdfd4c0b09de2 2,297 1.00/1.00 vMB 177
495,895 495,895 0000000000000000005681fb0f67baafcc11c92173e0b9b44b82a94b490cacb3 1,843 1.00/1.00 vMB 361
495,894 495,894 000000000000000000683613064a9888aefb3ba64abc15afd8319f4790fdb9fe 2,514 1.00/1.00 vMB 205
495,893 495,893 000000000000000000750584a19da50c5e2735d631c79beb9df4d1c4e51d9413 1,519 1.00/1.00 vMB 80
495,892 495,892 0000000000000000005be4b2b418fac3e688a648114964959bf0cd14be3ae3ca 618 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.40 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.70 GB
    • Received: 15.03 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.