Memory Pool Memory Pool Refreshing

831 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (721,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,036 186,036 000000000000046194b96da38adee27abaa8208652975629a24489222d355a06 0.11 MB 179 127
186,035 186,035 00000000000000760e1102285c941a53e2f1117014c1a1072d48c4dbed429c90 0.21 MB 308 108
186,034 186,034 00000000000005b0a3f7b65fcd73a8ab3dfd48c67b2efee990d68bc1e2d003e5 0.05 MB 120 125
186,033 186,033 00000000000006f6123f9a761cd3366b8d046256fb3771531985cedc97bb50f6 0.05 MB 126 102
186,032 186,032 0000000000000057a97078f6efc33bd59c5a0f4c93f3c6aeada46ae82b06e0d0 0.07 MB 227 57
186,031 186,031 00000000000008cd5803fb48dd12fa291dfbaa099131fdd32cdb11628bd999cd 0.00 MB 13 0
186,030 186,030 0000000000000071a12a0b5395a53eab3660366cc0d49ed1192c97834a2d955a 0.16 MB 390 195
186,029 186,029 0000000000000705356f60da1cb8470ce5ef6dfeaf84d3944e9064ecc87a17ed 0.15 MB 227 232
186,028 186,028 00000000000001219384f73515206faac0bbc70cf74909360bc5e00a3869b6da 0.04 MB 90 112
186,027 186,027 00000000000001c8931589852d1c0c6e7f810e1836c01647df63cf7a38f65ab4 0.00 MB 8 58
186,026 186,026 0000000000000527148f34cd4409f0a79d366acb3ec95d6e8dd72fe54ee2be05 0.03 MB 55 75
186,025 186,025 0000000000000362b58efa0f7ac2eb822b0496156cfc88ecea7bd87d431e7fda 0.04 MB 133 90
186,024 186,024 0000000000000090c0b114eba80364e8471ce79eb4a4ea45e604f1e9174de198 0.12 MB 270 102
186,023 186,023 0000000000000103eba5d96063e21c282819e828dee596746f56a2f739bd5301 0.15 MB 375 125
186,022 186,022 0000000000000539c653b72cef8987a1f09d613923c0f8de1869cd5d129afd2d 0.13 MB 316 106
186,021 186,021 00000000000005d275573fa520fe170059a2a0e1be6d72594e352e9e35524c93 0.22 MB 419 105
186,020 186,020 000000000000030f34514f93f42685fcb93153dae8c5172364f7b00637af2468 0.00 MB 11 18
186,019 186,019 00000000000007e094beab61bac332bea7672f6b4ff7f92bb8077b479d969149 0.00 MB 11 14
186,018 186,018 0000000000000023e98b9f4ac291c0b9fe717878a444619320cb40521ba7b0d1 0.00 MB 12 15
186,017 186,017 0000000000000881968889a0b018a293fb84829201550496b29fd499c675f808 0.00 MB 14 45
186,016 186,016 000000000000005de7aa79fea8641275bdc8087a164489b7801fa0ffef5f644b 0.21 MB 436 112
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.