Memory Pool Memory Pool Refreshing

2,041 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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,174 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,173 (899,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,453 8,453 0000000096dbaac683385c185df9fc82677b5aa72d36be2799dd4fadcf79a32f 0.00 MB 1 0
8,452 8,452 00000000ab84f38f87cd4b1c237a668d8db911ace09e3bce09b034e3c77cb023 0.00 MB 1 0
8,451 8,451 00000000cdb32825ea7611cdf2981d663362301c5a0883f062cce4da77ad50c1 0.00 MB 1 0
8,450 8,450 00000000e74a842e631ddd610026648b888dcd3b19cd2367d9f89334c64b0244 0.00 MB 1 0
8,449 8,449 000000008075febe41a0a338a29d96f1a77adc89b5ef40528a5c6a203ed59443 0.00 MB 1 0
8,448 8,448 00000000f328621d6fa600202fe79cff93d99118acf9e08d31222e53172ec53f 0.00 MB 1 0
8,447 8,447 00000000265863deee05eb6eaf6e5bdda8c83c9a91e4e23d78750bc9496e07a7 0.00 MB 1 0
8,446 8,446 00000000479f42a88e1cb6c9fc39b2f7e42baa50685624eddde3bd517cf323fe 0.00 MB 1 0
8,445 8,445 00000000c3015f3cc282595568401ed7ed512f399fc6fa7a33ed5de63d5abe83 0.00 MB 1 0
8,444 8,444 00000000f097d15d4a19c0d1d9ebd4847f92c56c1d7e773d01dcff0aabc71e2b 0.00 MB 1 0
8,443 8,443 00000000ee985adaa7242745800b7702d48558fbc517358be4fb597368f8b217 0.00 MB 1 0
8,442 8,442 00000000c9f65fe6643536baef48c61f1c81a781c4acbf7e3458ef1c2d0427f8 0.00 MB 1 0
8,441 8,441 00000000c33fa63f30b7b49b86b95a85990428e2ebbcceb20ea307ae4af855a8 0.00 MB 1 0
8,440 8,440 00000000736636cebcad5cc39626c69dcad0a89eaa8a895226417bea93f88580 0.00 MB 1 0
8,439 8,439 000000003bd708485b603f9d21e0d840ed5bfd25f9de87570c05fde1b6abc2be 0.00 MB 1 0
8,438 8,438 000000009505ec73031ca38a87a4cc884075f1f75096845e24b1b74f5d133e20 0.00 MB 1 0
8,437 8,437 000000007e455915d0126553db50e09d93bb381650d60f48c54081adf544be70 0.00 MB 1 0
8,436 8,436 00000000f77e4f1ce45b44c702f01976c6fe588f7389f1aa2ca6f1669cdbb544 0.00 MB 1 0
8,435 8,435 00000000df940fe8b0e1e0b0f980df46a42edc0658750f118ea0fefc5170febd 0.00 MB 1 0
8,434 8,434 00000000111a049c708db300a8746bb8308d6e62dcbab2ca5665875040bf77a4 0.00 MB 1 0
8,433 8,433 00000000ec229427b2dbcb712750a254cadb5a1b5da4df5c521fc3492985aa20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.88 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,681.28 GB sent, 97.26 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.