Memory Pool Memory Pool Refreshing

4,496 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (855,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,372 53,372 000000000ddbff83e667ddfe9da95db49bae403745c52f6251163a50cf7e102e 0.00 MB 1 0
53,371 53,371 00000000061151285b66698a116c91ae3d05de30f739a8afcc34f5c8496eb8a8 0.00 MB 1 0
53,370 53,370 000000000be604447b92927c4b483496510d284047ce8d8a052f0694c625b465 0.00 MB 1 0
53,369 53,369 000000000c79c619752f1654215f4d663b22ed3bb350691ef110937dd9e6107b 0.00 MB 1 0
53,368 53,368 000000000972387b4ee92dfc85a76ce696d185be5afa8e58fb156c4a9dc7fb8d 0.00 MB 1 0
53,367 53,367 000000000fdea37606194ece160d3fb0798a61600e2b57ae325913366ba73689 0.00 MB 1 0
53,366 53,366 000000000607ad7d06fbca9e678d2fcf34f00b48a0fc01634c977e13b98027e5 0.00 MB 1 0
53,365 53,365 000000000064b280136ec343a1e54ed43f615577bcbea62ec3b2b21969f16c7d 0.00 MB 1 0
53,364 53,364 000000000a282dd2df6985d07224e223ed2e9ed08505caa43a3b87352414539c 0.00 MB 1 0
53,363 53,363 0000000001da5d6f604dd0361972e2d5071b493230e636ac601df1ff59c8c8b1 0.00 MB 1 0
53,362 53,362 00000000135f71bdfcdee52bb99f7163d486254387da54aaf9e9fea25ef320ae 0.00 MB 1 0
53,361 53,361 0000000009f846ecdda5ba51954468e931dbc21d0cc190d99002ab2383ed6806 0.00 MB 1 0
53,360 53,360 000000000b62145c31e1917967e29e1abca36793a705a040c0d91faa2a2b0cd3 0.00 MB 1 0
53,359 53,359 000000000a970bbb878a81a4dc4901fbc8f5e33f1fb39f0490195ca4986498e7 0.00 MB 1 0
53,358 53,358 000000000dd62aac43b3c60617057b95dd3f5adecb30fbba43017ea74751af6e 0.00 MB 1 0
53,357 53,357 00000000100a6509772ad1b29ab5112f26498dfc617662db7a64cbbde0a25bc8 0.00 MB 1 0
53,356 53,356 0000000006e8217fd9879f4cd955eb219f0c0b319da17031fafbe7b06b96fbb8 0.00 MB 1 0
53,355 53,355 0000000002647aa522d8ba1ca9490cb976915e40be610638e7747b2d54fad137 0.00 MB 1 0
53,354 53,354 0000000015b5cb1c09f82966f390a7ad35bbd59355a71f6ea64e809d61651444 0.00 MB 1 0
53,353 53,353 0000000000657da31b4aa85d6287084669c01aed7d14c1f949166780d6970c21 0.00 MB 1 0
53,352 53,352 000000000d88b5ab7d43e72210fe68aa2016cb9af950f70914591ac2d15a4a3f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.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.