Memory Pool Memory Pool Refreshing

7,403 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,437 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (726,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,186 181,186 00000000000000dea5ae0b38de53592d23af96649e9366b2fc3695a7c25c4837 0.05 MB 135 94
181,185 181,185 000000000000076e35fbd02a122f0bd055bf241b81d5ad29641ed62ad16059e9 0.05 MB 111 81
181,184 181,184 00000000000008729ba58682044b1b53a1cd247e470e180f07a87334078ffd47 0.24 MB 526 152
181,183 181,183 000000000000042bda1a5cd12b379094c0f5ab02bf0f2ea0aa0c9ed29f1c0b3b 0.00 MB 12 16
181,182 181,182 0000000000000159f71a1468dc809ab5a5236dc40530ec00fd306ca5a38cc870 0.01 MB 23 95
181,181 181,181 0000000000000215f180f224867ea9269b755fa7d1833508d9fb0bc5cd201a9c 0.04 MB 99 93
181,180 181,180 000000000000042ccfd86233093dbdb7ca00f96814267978273adcaa35c2cbab 0.12 MB 256 239
181,179 181,179 0000000000000682a0940f109ac486b4ace302edf55659bbde4b12849b445ec2 0.09 MB 128 53
181,178 181,178 00000000000006f625cb4a7e28f254754ee96a0d0be1e6838ca442878635a96f 0.05 MB 143 63
181,177 181,177 000000000000097764c1e274baf67646ad1569b51b59e6e15bd5f51d31c7d55b 0.16 MB 369 180
181,176 181,176 00000000000004fcd96100416cd60eb7d6adc47ec44b647f4a6e605f9b966411 0.00 MB 8 31
181,175 181,175 0000000000000486ca1d343627c9b0306b74044efba148f21fd670f8ac9b10c5 0.05 MB 127 57
181,174 181,174 000000000000027b51573136d9c091782109209d85b71b6f76567bee46fda800 0.10 MB 206 115
181,173 181,173 00000000000001fca8e19f09d032891d6f1b3eb8cf6f72e5472c9d8dcaa25e2d 0.18 MB 387 156
181,172 181,172 00000000000005354b4b6475c8ca439c8697147a392192b7afe1a2014139a1bb 0.01 MB 21 6
181,171 181,171 00000000000007075b4ad39d9ae30378ca8cdadfe7e480d6216a579fba7c6ea8 0.09 MB 226 131
181,170 181,170 00000000000004769fa26c9c96f90c8b36b2cf5faa4c57cf1d4a28899c636cee 0.05 MB 71 87
181,169 181,169 0000000000000974f8494eeb38c527612cd9164885d7b5af5cf807fa1e251736 0.01 MB 42 0
181,168 181,168 00000000000003162ce631fb3d5d0d997ecc2e9aa4706ce657ca55995a266118 0.19 MB 390 172
181,167 181,167 00000000000008271fd09da37a545bd1a5b6e8854aa07ed4483cd28a8b97e3a6 0.03 MB 62 11
181,166 181,166 00000000000002c74c2f0b81653ce133fa33e03751b551ddce3730e97491fc7a 0.25 MB 626 130
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.