Memory Pool Memory Pool Refreshing

869 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,989 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 852 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (768,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,410 139,410 00000000000001e0c53da41569e5011a9602cb01763482cb538db51e61a15975 0.00 MB 7 592
139,409 139,409 000000000000027af87d950aac4097c0ad0997742f7f841bd32883a65483bec5 0.02 MB 21 716
139,408 139,408 00000000000007eaaff4f3e52bf89b85cb0f966adb100136f8c6cab3744b78b7 0.04 MB 146 198
139,407 139,407 00000000000002077e28684a5ea51552b11a8b24a6077cfbfbd314a69dde81fa 0.00 MB 11 34
139,406 139,406 000000000000073004bb44c590f7406497e68a92fa0bd09e14d556236c8fb5f7 0.01 MB 12 40
139,405 139,405 0000000000000424e340686b41281ce18855f871003ef12ecfb93dce5c1d4f48 0.03 MB 86 29
139,404 139,404 00000000000002fc63a32c909e77c81373436bd5e6afb9d0c777a0e6d80e4bb0 0.02 MB 39 100
139,403 139,403 0000000000000776a5b285a69882693732a78b324ded5077f5f99013ba8c53b0 0.05 MB 83 384
139,402 139,402 000000000000076f1e580d7674d4c873bfb52634fe1522a5ca99ad4801c4d17d 0.01 MB 31 311
139,401 139,401 00000000000005ea67f3f2ea5478a0280568b6a598f74861c341cd0f2ee0becf 0.02 MB 45 232
139,400 139,400 000000000000030f0da02d2dec11b38591ce7652464eb5d7e4ee7f8a808d1c0c 0.00 MB 10 51
139,399 139,399 00000000000000963282cd827050f75da4355cbd8fa696c905dee8fb7c58dcb2 0.05 MB 176 96
139,398 139,398 0000000000000412002bafdba0560d5b5e538d88015eb7fd7141e8e163266e31 0.04 MB 136 183
139,397 139,397 00000000000003c5d7a2e39b1cc49372d1ee2d7b8e824893d506ae1c2e06d7f9 0.02 MB 41 305
139,396 139,396 0000000000000314e776555bc08a9f311860a8693b1c4957514e36786f316012 0.01 MB 14 193
139,395 139,395 000000000000023d98b96e3796f2cbe48c20d3f746c802a2ca53fff8a0beb4cb 0.03 MB 59 439
139,394 139,394 00000000000006cb0a83dac0ada14f21ab768b778538763d43bc9bb83e5e4f28 0.02 MB 49 141
139,393 139,393 000000000000046a6c36e80be7404b97713a2d993a713aaf61615d52b1c68708 0.01 MB 27 125
139,392 139,392 000000000000081a0985d29e4910e68b0de15f252bf06a1d1b29a19ffc7c726e 0.00 MB 10 51
139,391 139,391 000000000000014437ddddde8d606ddca6fd172fd18ae08348086b211901f5a3 0.01 MB 17 57
139,390 139,390 00000000000005ebd9bf4f2ec1a445f55887c613111f5ef643c053ef8a1d09c9 0.02 MB 41 154
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 1,647.92 GB sent, 95.56 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.