Memory Pool Memory Pool Refreshing

6,197 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,388 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (777,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,264 130,264 000000000000038570e7344519268f39db3cb6ca71928c69c558f4a1afe8efad 0.00 MB 3 1,691
130,263 130,263 00000000000017db265461e79ed2b6cd35c60e3edda7f31030e486a97f268e04 0.01 MB 25 2,500
130,262 130,262 00000000000001a7df446fff68b8c4b1a799c8e412a0690b10f4ffc88b119e36 0.02 MB 45 912
130,261 130,261 000000000000078f8c2ea4fec602f2677ba26c163128dc52db42ac89b2c7c949 0.01 MB 14 458
130,260 130,260 0000000000000a8753319a838b9e05febccf3d93f20b2e5bafb9bfdbebef5f6d 0.03 MB 57 916
130,259 130,259 0000000000000267e417349054ecb0f6045f90e1cffa0bccac434b26bfaa9ebe 0.00 MB 12 823
130,258 130,258 00000000000000abde97a85e4f65cfd873a0fd6741dc2986956e48fa17310369 0.02 MB 49 2,151
130,257 130,257 000000000000011160be1e0a767bc4e7ec9c509e28c137534e1eddc8a2da8457 0.02 MB 36 828
130,256 130,256 000000000000062d4a575d8c8d63ade210444c7c0f06300d891b9424fd566290 0.02 MB 62 68
130,255 130,255 00000000000008889550bad00b092f98ca5f7e7149dc18a0e4ad5c3476362bd7 0.02 MB 46 934
130,254 130,254 00000000000018a904c0957f2f2ae29233edeb60f4c46b513d30c04c0f5d6238 0.01 MB 27 521
130,253 130,253 0000000000001aee3ae0aaeab143d851b573a394e823f6ff77a1dd80e3f77e80 0.01 MB 26 908
130,252 130,252 000000000000170b2c67de20fa51e721cc3ebb3f20ed39edddfc94726395751d 0.01 MB 34 1,840
130,251 130,251 0000000000000f44504094525000fe3fe94a87e60fe2579381d96ffe4dea16d1 0.02 MB 62 2,677
130,250 130,250 000000000000138244324f7e5362c6bf7f6d68fb04b7fa440b029ee4d0e92e9c 0.01 MB 15 1,468
130,249 130,249 0000000000000c8988239aeaa87eef4956c24858ab7a4e4b8d04162ee4d0a94e 0.03 MB 105 381
130,248 130,248 0000000000000a31ba1ca8ceb2f61e31ff44d7fb6143be92edc825101bd216b1 0.01 MB 39 1,257
130,247 130,247 00000000000003497286a65e02d82d8bbc28e74e5a5c2995e91dbcc69e927ca6 0.00 MB 15 485
130,246 130,246 0000000000000402d587af348b8e59eb3a9ff359cdb9f644253ef39f68599376 0.00 MB 7 1,427
130,245 130,245 00000000000010ccf3fc74f240a3064a3072e3783b9a759742bf4107a6134a06 0.01 MB 15 1,401
130,244 130,244 000000000000133f358d0b4782b222002f534a6fb7a0f0dddc535a9de323e0e4 0.01 MB 12 545
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.