Memory Pool Memory Pool Refreshing

432 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (812,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,320 96,320 0000000000057255682533d750dd2888459da015263d47072c2d03ef705f4519 0.00 MB 1 0
96,319 96,319 000000000007726442189a9f61b4bdb07afd981ca9485ec972a13787dced242b 0.00 MB 1 0
96,318 96,318 000000000004e718d0023b77958a4880d888eabe2b52199460dd26340d9e0f3f 0.00 MB 1 0
96,317 96,317 0000000000079d5ab6cd39a0429f5f6ad252574132cc3f7a29f4001c4a636593 0.00 MB 2 0
96,316 96,316 000000000000172da9cd67dc2b7b96be8e24bfc9ba9a38c38d406683fa2503d0 0.00 MB 1 0
96,315 96,315 00000000000663b853ae24c5b3ce7cf14654993366a26973b2df2cb319e54c68 0.00 MB 4 0
96,314 96,314 00000000000486579ebbec9a755b50245e15ca7217a9b206ed6abe6a224dbdac 0.00 MB 1 0
96,313 96,313 00000000000730847ce5f8c011a838fcc90a4736bd6e8b517121272e8a11b5e4 0.00 MB 1 0
96,312 96,312 0000000000065bc586e6fd3f7cfc80b6a3053909a495e40e8f189e15c2a2b028 0.00 MB 2 0
96,311 96,311 000000000003444b53f931dba5c458ed1c57530560a3c9f1965d9f0c512298d6 0.00 MB 1 0
96,310 96,310 000000000002706809a781398d6047e5d6181f8c0fc968d6b85996820c8f3d8a 0.00 MB 3 0
96,309 96,309 000000000005c0d44a46ce82ab2e7ce145973c306f2509665c63d72dabe0fd74 0.00 MB 3 0
96,308 96,308 000000000000fc39977c8602a37e9cf88673af0fc34e9faeef099fd4d4a67380 0.00 MB 2 2,288
96,307 96,307 0000000000003dfa03896f43103dba92a2fb5c18a0e180c6689f6e1065b12573 0.00 MB 2 0
96,306 96,306 00000000000295163cd9efa925bd9fc076781379c4a8da968b0f039ec5eb15d2 0.00 MB 1 0
96,305 96,305 000000000006470d5acf2a5fd8c20c206b1c00bc6ad1c2a04903734922425135 0.00 MB 5 0
96,304 96,304 0000000000005425ef398e36c501572fe163810893440eac494cd0f4d76f0274 0.00 MB 4 0
96,303 96,303 000000000003e171ec1fe064ce51b1fcc22c554ce4e4b4bd4a97385c6c2362f8 0.00 MB 4 0
96,302 96,302 000000000004a96ec584d150e3d6256b96187ce3d3af1d1f6af7dc0101f94659 0.00 MB 2 0
96,301 96,301 000000000002f96cdbc4e8fda3f962189042c03a3d241ac720643d1bb05afb92 0.00 MB 3 0
96,300 96,300 00000000000388b7ff437d4596dda03e9268fa49daf0afea3754b982cc3269a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.