Memory Pool Memory Pool Refreshing

2,242 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,758 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,234 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (544,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,601 363,601 00000000000000000542d3fcf26029cb66d4f1f9f38f70923a0e440f3e4d0d47 0.57 MB 1,043 29
363,600 363,600 00000000000000000816947908ac7b9615cf448300d53a1be6423dd6adfd2b4c 0.09 MB 105 11
363,599 363,599 000000000000000002964adb4b63d58b16dfbef54177972dd145cf25b45e5dcb 0.85 MB 1,578 35
363,598 363,598 00000000000000000bbed05f5037c2203c10ef13bb89596153bf792fddb0f5df 0.10 MB 94 10
363,597 363,597 00000000000000000496f15c8a3d0ad3d51f165e7fa1baeadbfb0c5fe3d95e0a 0.54 MB 1,061 34
363,596 363,596 000000000000000010978c735d3eccf0304b552b3babd151eb1fc10573cd6212 0.68 MB 1,302 31
363,595 363,595 000000000000000001f9b1f6cc210b56fb9ec5ca4f246ed1465583099d944388 0.32 MB 652 32
363,594 363,594 000000000000000013a2bf9e6b7cb9d92d8ef883418a72083eb8b111411d1204 0.25 MB 511 28
363,593 363,593 000000000000000012f0911db3547b95785e59b4284f104addf8b05d1b2d5781 0.64 MB 1,226 34
363,592 363,592 0000000000000000027894cdd5a7d6f5087ec9a8a266103e2b81326642bffbbb 0.28 MB 542 33
363,591 363,591 00000000000000001315f8b589135ab3be12a1c6056553872ae8891518561bca 0.41 MB 905 38
363,590 363,590 00000000000000000944883e8242aaa17709d3255e5b8919286ba2ef4a5d502a 0.24 MB 491 33
363,589 363,589 00000000000000000ab91c65bfb6c086c4b0c4d4ded1cd49ab9c106b0ddf899c 0.05 MB 76 14
363,588 363,588 00000000000000001247b2e58a53203f426ac2054c4b573ef39bbe048dee2af0 0.54 MB 1,037 30
363,587 363,587 000000000000000000f37b7568b00c52d41ba0b450af724f365926b99dd06269 0.93 MB 1,604 32
363,586 363,586 00000000000000000dab71686441036cd31e604bef324f52f0a4dfc181320a5b 0.16 MB 276 30
363,585 363,585 00000000000000000e442400eab98417b1faf6d8e5f7812653f5328898c9bbf5 0.30 MB 305 13
363,584 363,584 00000000000000000a1701b47ef44dd2abc9d3b4b9270d8717493220e086fdcc 0.93 MB 1,923 39
363,583 363,583 000000000000000010e3f6b6d312519e982b6c28e28de105caceed0b64b22e21 0.50 MB 1,022 34
363,582 363,582 0000000000000000058191223dbd29f9ab64a995347657c675a75a3bb296f8fe 0.14 MB 294 35
363,581 363,581 00000000000000000d7591bb7e710dc7c25123793316be942eaf7aa3989365ea 0.23 MB 419 30
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.