Memory Pool Memory Pool Refreshing

947 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (673,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,141 234,141 000000000000018e50c32cc66c8a4bf8eea1e67faa009f8d791e442ea17e1045 0.10 MB 237 159
234,140 234,140 0000000000000074c99a9dfa5934d48f0005de0366db8f91b86ac0c751a32bfa 0.22 MB 474 168
234,139 234,139 000000000000016396fb3c944dcda449ce865df178db9cfcbe901f08d8308981 0.16 MB 392 193
234,138 234,138 000000000000006fe8348557ac4eb3a89aa12bd8207d43d51ae2f35ff904657d 0.29 MB 660 175
234,137 234,137 00000000000000123a7c2cdac820b4235f7907519569d0be400557a536250c3b 0.27 MB 524 296
234,136 234,136 000000000000013fc25cadde80fa71642a1ae66578e5f77e1f8a7c1531395606 0.25 MB 533 184
234,135 234,135 0000000000000165c9af868bec69b5410cf40eedee71c5329f34e36400da78a5 0.25 MB 695 218
234,134 234,134 00000000000000a2b281abaf1e5e2052805a0574a404d319d05b28765a19ec1c 0.24 MB 537 172
234,133 234,133 00000000000000b803b09593ed7eaf95e1d54c46df9c0a191e69a53af9b5ddd6 0.25 MB 868 143
234,132 234,132 0000000000000168fe7db3e00e748a335d39c33752c5095a85ccdab7d0184845 0.00 MB 4 84
234,131 234,131 0000000000000074e819fa1c839bfef4deaa804e3fa2c3ffe11117dd1bc09ce8 0.28 MB 406 123
234,130 234,130 00000000000001a490d2e858ebf1607db979cd39788c127a26dd156165312c44 0.25 MB 511 164
234,129 234,129 00000000000000e9a7426729f120b2e1143abfe4a448b4f4e318fceed304dccb 0.25 MB 852 326
234,128 234,128 0000000000000068808e7c732c0e53c50f8bb4f9757553fba69d97de64c51b24 0.42 MB 1,136 1,932
234,127 234,127 00000000000000bf6928de81e99a854963bc9d0aadf1b57748d4a6e4542fa102 0.09 MB 201 224
234,126 234,126 000000000000007dd445f5ea1f3344afdf607d42380fbf09922018244c9824f3 0.17 MB 358 147
234,125 234,125 00000000000000b683533894f440390ab3b29271f687b1a84594f2ae1d647437 0.08 MB 93 129
234,124 234,124 00000000000000415c7d54779186aadb9d9bfbedb011609f9a7d93f6ab04f00b 0.25 MB 657 210
234,123 234,123 000000000000018d272b8d1019d4d885fabb6c40a835bfc2fa19cff1e37452a8 0.25 MB 483 187
234,122 234,122 0000000000000196de124ef354d4c5c55d1023c6fbff282df1d326ccb7990312 0.04 MB 131 241
234,121 234,121 000000000000019cd849bdad77b979755dbceb264f015ce87445c9be188412b0 0.17 MB 443 220
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.