Memory Pool Memory Pool Refreshing

3,474 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (745,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,351 162,351 0000000000000bcce4fec545b32b489b4505aa3449080713e3592bdcedc5e9a1 0.05 MB 141 109
162,350 162,350 00000000000003b3ff364e5c171f7a684f193f3f1460427359ee0fd3fec37a76 0.05 MB 113 83
162,349 162,349 000000000000099c19a74b0b8b31260612ce7d40ec33796020ad1f8367904f05 0.01 MB 11 4
162,348 162,348 00000000000009bdf7d5980a95c32fefa3f2b7314f62ae3a3c744945402a0c1e 0.03 MB 51 59
162,347 162,347 00000000000009ce65f23f623ff5fd7525fa6b84f8cb57197332cd5b2fcdfa0b 0.03 MB 58 23,454
162,346 162,346 00000000000000384210bb96a7741dd15e21b1140490c7883db47eff12665c90 0.06 MB 107 360
162,345 162,345 0000000000000895f065faa4d888a41726628c7f6b39fe1754385f2ebe0ae50f 0.06 MB 61 206
162,344 162,344 0000000000000789770557f90720f16fbb4afe62106020895b6abd60d3d4c223 0.03 MB 69 142
162,343 162,343 0000000000000cf5b81ddf7dcca68ad74bf1f5a688e43baee0d263a61ad2bc54 0.03 MB 46 114
162,342 162,342 00000000000003a8167f40446d9de44c37c6d26182e0700d72114db33afc70d8 0.04 MB 40 407
162,341 162,341 000000000000030461f4a31547643e08ab1e367a4f5bf077d3ae11ebba1c36b0 0.05 MB 108 351
162,340 162,340 000000000000072a52a4b23526f2c0d6fc11dbc44a9f71c4ed4363452d571632 0.03 MB 53 240
162,339 162,339 0000000000000b2dcafa60498833e4c4e6d4f5f4c1962caa8f3e13202995ea4a 0.01 MB 39 272
162,338 162,338 00000000000006532e1c9aee82869a0e614a3864653c6726f45d836b128d2070 0.01 MB 31 150
162,337 162,337 0000000000000c7134e786a52ff2f74accfa3785fb8ddf91ffd7b840929507d6 0.01 MB 15 119
162,336 162,336 00000000000007cf4d923c14de0f556d7cfd145d7ea2a145cd3cd45b94137981 0.00 MB 16 265
162,335 162,335 000000000000014af1181f55a53b527f8afd51ea420a9f296d3d897a93a4b498 0.03 MB 67 93
162,334 162,334 00000000000001ec2848a93a15b0a60ac0927c4a9023fa95bfd6ee268346a052 0.01 MB 30 2,939
162,333 162,333 000000000000052c11f934749ac3c1350a615e1e7353f77c5e136ab44ef4b02d 0.03 MB 46 69
162,332 162,332 000000000000066f3bb78943ad456eb7f2e56a70db644659537d9d22171463ac 0.01 MB 16 347
162,331 162,331 00000000000006e1068fca1f3824d4d0cbf95f06ad8b551115b97db5d3647987 0.01 MB 23 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.