Memory Pool Memory Pool Refreshing

688 transactions
0.26 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (763,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,159 144,159 000000000000091b0c6ddc46f1cca99fe5a28916eb2420e1b1d8e7a9cc3779a0 0.10 MB 344 274
144,158 144,158 000000000000048e27695e6824d2545fba3e92cbe8e910ca77a7ad5afbeeb512 0.10 MB 53 115
144,157 144,157 00000000000000e98939a942275c94ba98ced7035932c8d3fbaf2a9b0e770f5c 0.05 MB 93 164
144,156 144,156 00000000000008bc22b8d123a8c4597c655ead85ca1c370591e2014353f2fcca 0.01 MB 34 126
144,155 144,155 00000000000008f8d7f076f1570eba2f2c78e3898bd7406d2622534cc3c8374a 0.04 MB 57 534
144,154 144,154 000000000000047baeb6871ec9025ca8874aec89f335072d3968e3b02cce70fc 0.04 MB 115 138
144,153 144,153 0000000000000928f053380ef386a698971e643f94d51108fa17d2cf6b2a5ad3 0.06 MB 139 252
144,152 144,152 000000000000030ff9f35c840aa151df804df8f4e7e5d4bae273b4be604ec481 0.02 MB 50 89
144,151 144,151 000000000000077b55558851ebbda31295f672baaca348884ca51ca8a7a0e052 0.00 MB 2 0
144,150 144,150 00000000000007135b236254d52aa97e8dcd16dd7b5c8a8d2e7d5b790710c4de 0.01 MB 10 47
144,149 144,149 00000000000004f57450c6d50e70fda09d15b8a5c20a43b945a59d2c81eadc6d 0.00 MB 5 36
144,148 144,148 0000000000000345d936e21eec8067d7e3081ae9755a5c880759844a2fb27e47 0.01 MB 34 5
144,147 144,147 00000000000001c4acc691c0bec84fdd63007d8a3c28419049d53ed13d91b71d 0.02 MB 53 87
144,146 144,146 000000000000040b84028ff723a4b9a296516e3aa57d4674e8d6c7703cd947f1 0.05 MB 155 57
144,145 144,145 000000000000006ad35537f62207c3226bd10b82d4d61135cd9beb81e926262b 0.03 MB 81 233
144,144 144,144 0000000000000070b8ba9cf9038638792ac4ae9aad2bb0ad8b15bcdea833eb6c 0.05 MB 98 39
144,143 144,143 0000000000000610fe3bd40055a86b2696cc0bd61110c588b64f95eb324f681f 0.00 MB 11 953
144,142 144,142 000000000000074f3290ef0416c88720a16cdaa6ed21f4334fedc53ccd4e7a66 0.02 MB 60 219
144,141 144,141 000000000000067ad81fad1806c41ddf1b4647eb603774ab51b12a7f32d3cddf 0.00 MB 17 44
144,140 144,140 00000000000003e4ea357fdcb21f8b7ffa8f60bc4a88f62d3d262abd29f5f964 0.00 MB 1 0
144,139 144,139 00000000000009427c39ab1c43c28740a1319f28098c3dea177e2fbe1feff622 0.02 MB 36 59
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,649.24 GB sent, 95.74 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.