Memory Pool Memory Pool Refreshing

2,846 transactions
23.84 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,314 (824,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,251 84,251 0000000000093c716ffb26048038fa5fd8370296b4817e5b58e481b569fb7e8a 0.00 MB 1 0
84,250 84,250 00000000001052457a68c22c54f90ee1f05f27ca386bbcbe7b4587e540fe2243 0.00 MB 2 0
84,249 84,249 0000000000239a7f6433e65e624ef278068fc4f816f6b42c6546b5104e8e5a42 0.00 MB 2 0
84,248 84,248 0000000000078337d279a5ab5286a583f2b6560274307eb8563e7d1f091af3f9 0.00 MB 1 0
84,247 84,247 000000000007b01114fd691eb9cdcf6cf68e8eb2c50ecad822d7a9600221cb05 0.00 MB 3 0
84,246 84,246 000000000011ae8daa81c1f77d3431d84d1aa0b9817ddca555b861e213f4a8a7 0.00 MB 1 0
84,245 84,245 000000000014fb8659916d1a7020a852d09af80c0ed17f53a8ed024560d97749 0.00 MB 1 0
84,244 84,244 0000000000154f709ea60f76c42e764f1066bc3846940d98c0cae3ba80635e61 0.00 MB 1 0
84,243 84,243 000000000004e20edaecd195f51c80f78483f73e8f57a2d0ff11bc08bb939d29 0.00 MB 1 0
84,242 84,242 00000000000c7a5423ee7d1e2bb785c70d0396b2c1dc919486feb03c359fd8fe 0.00 MB 1 0
84,241 84,241 00000000001454e369a0a2610f96af125fb0efc4c84aebbf35808f6801490f83 0.00 MB 4 0
84,240 84,240 0000000000296177e7da8c919196d09ff1f85be9cc9284138967a83aafcc6dee 0.00 MB 2 0
84,239 84,239 00000000002dc8b486d353d590566e362569b19b62c6480b149f51b648d4a9fe 0.00 MB 3 0
84,238 84,238 00000000001643826f2711f83f38826ff2d0212127f5abf87d378c330126adae 0.00 MB 4 0
84,237 84,237 00000000002880fd53def32478f59b3f78ee8b8ef1e582f5f7d6e59b008a3466 0.00 MB 1 0
84,236 84,236 00000000002a2d4d447ab7e832d9da5dfad8c3f848153b0520b06e286c713d06 0.00 MB 3 0
84,235 84,235 00000000000cebe84db1bdb5cd1e928a9a9db1c9d0d87d20eb1e42500637a04d 0.00 MB 6 0
84,234 84,234 000000000024c7f9e8b7b469441ac19a9463c625e57f6a9328e41ffd5d4aaf99 0.00 MB 2 0
84,233 84,233 00000000001789c1e19bc701d223edaa7c7ac1dc96c541016c466cb8dba3b57b 0.00 MB 5 0
84,232 84,232 00000000000d0b0c29f48eb9c81821e2a0a20c6118a56d6a3923e187ed048f53 0.00 MB 8 0
84,231 84,231 00000000000632a16df3d8e6b45815582be92780da291dfb51ca9bbaf81d01d2 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.79 GB sent, 98.61 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.