Memory Pool Memory Pool Refreshing

235 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (777,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,328 130,328 000000000000181ec9c2b7e8f5810197489757ab570870838c45d6908299ea20 0.02 MB 40 946
130,327 130,327 00000000000013cad4cccb138ece918ed1d357786a1eb5cc4c2999f6b8a48a6c 0.03 MB 70 1,635
130,326 130,326 0000000000000c00a3a540b9ffcae13bdfcdd45d01234ea4686b3f9a2bc8076f 0.03 MB 66 1,332
130,325 130,325 000000000000136a05f25cad9e339e492765c7228ab63d1640f15fd7673e39cb 0.00 MB 7 1,438
130,324 130,324 0000000000001b1a84842016ba5dc1f1d0b65f48bac7aa081cf2310df5c11612 0.02 MB 71 87
130,323 130,323 0000000000001d80bc80aee2d95886d6b7a1fbf8c3b83ab3f016917d11eeeb40 0.02 MB 41 955
130,322 130,322 0000000000000781ea6ca0b6ff833357f64f599bc20d5068e5f7af734b12f352 0.01 MB 25 1,023
130,321 130,321 00000000000005644fb2ef7006c5965cb3b98fb5b1c45880856f9b912610f002 0.05 MB 157 0
130,320 130,320 0000000000001d1a07fad89cf8a487e64b766c735d3c7470d8586a99d4c99622 0.03 MB 53 592
130,319 130,319 0000000000001b6877cbefc1d23f058134623fb0b9aedc22d0b7abf04274c7c8 0.02 MB 45 1,498
130,318 130,318 0000000000000c4fd25afedf786889dda5ed00efdf2ab0c2bf527d3883076901 0.06 MB 107 1,304
130,317 130,317 000000000000085af6f62edb13d2eedeb5d2e9ad16ca8206ae274da947d0b851 0.02 MB 50 975
130,316 130,316 000000000000005c9e789c74e0efcb5b193fd13fe15c9ebf8bc7451f3c09b050 0.02 MB 50 1,398
130,315 130,315 00000000000014bec8538758393958acd6b87a001cf0555c95b48a4773919668 0.03 MB 54 316
130,314 130,314 0000000000001928ed1f369251f176ba536a696a8cd74a86744332c82137bf9e 0.05 MB 181 122
130,313 130,313 0000000000000e891d9dfc38eca8f13e2e6d81e3e68c018c2500230961462cb0 0.03 MB 55 961
130,312 130,312 00000000000014c7cc732205394ff3b44f7db96d9f6405f93ce3406422a613c2 0.05 MB 134 331
130,311 130,311 00000000000015fe6f0307504dd79450c0cab1ab2ceee7d95400015afbd26751 0.03 MB 41 338
130,310 130,310 00000000000007bcd437ab76a3fe510d3404a04c4d2fca9228568b6f8bd5537d 0.06 MB 122 786
130,309 130,309 0000000000001692a2d81555f4e236c4158893d6b0d27a64e35a709e5d2607bf 0.09 MB 153 1,042
130,308 130,308 0000000000001d8a689a5d81a062c1b9d70e6fcf935876d5caf91b754edc591a 0.02 MB 33 591
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.