Memory Pool Memory Pool Refreshing

5,142 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,167 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (118,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,422 789,422 0000000000000000000363d73cf48f8b6196504b37b9bb95c1b26e696cc6a303 1.79 MB 4,828 216
789,421 789,421 0000000000000000000322eb2b7d2b77c3522b9519905470dbcb6ff5c833e4f7 1.78 MB 4,986 198
789,420 789,420 00000000000000000005d20f13240224a8c3f1a609539f54755862b42cbdaf26 1.75 MB 4,493 256
789,419 789,419 000000000000000000042e3fa2b4b8d2b999ea8ec6a3f852e5aac104dbe7c12a 1.66 MB 4,203 305
789,418 789,418 00000000000000000005688c3c3429cc2f12ea51407dc580d67ab367c7ea853a 1.81 MB 4,870 174
789,417 789,417 00000000000000000004954d95af567476e0a57b8de66e9fe9a6af17ec387003 1.77 MB 4,860 196
789,416 789,416 000000000000000000022f1b34483b115c1f862918435c44d64a418c0340dd87 1.79 MB 4,714 216
789,415 789,415 00000000000000000001f4d8722a69874b2dda14b7cf2d7058531943d26427c0 1.62 MB 3,855 311
789,414 789,414 000000000000000000016fd6b1d0eb5c664bdd8a34cb353ada948df378e436c0 1.68 MB 4,122 136
789,413 789,413 000000000000000000020d601f67993e0afbf0fccee2d406f164635b28eedc7e 1.69 MB 4,444 128
789,412 789,412 00000000000000000000aed4d0a65ff426f0f990006cf94cbe8a24c628a8c6b9 1.73 MB 4,340 105
789,411 789,411 000000000000000000044b67d91304f68c8c6d4118fd42827f3876adf9511939 1.62 MB 2,656 135
789,410 789,410 0000000000000000000551dc25c636b56d4c5286949560b3911063fe9c4d7ecc 1.55 MB 3,484 179
789,409 789,409 000000000000000000021fe7bd7e8e77aecb83ea56d34dd47df6469e478c9635 1.65 MB 3,574 59
789,408 789,408 000000000000000000001bc0e12f3794aaa5352bd3d68ccfbedf13bbb5dbf5ea 1.75 MB 3,955 50
789,407 789,407 000000000000000000052d65bad82d4ccaf339d5e1a42601166e75926ea85775 1.77 MB 4,562 60
789,406 789,406 0000000000000000000362e2aab3fb1e236d094e5eff741a36c7448695970826 1.66 MB 4,306 87
789,405 789,405 000000000000000000054eb1458c5a16c2be23f5f2e40bd93630d16804be1123 1.72 MB 3,680 95
789,404 789,404 00000000000000000003657b22f181b311c7f4f35a4ec4dd4a27d082a755f2c9 1.69 MB 3,177 153
789,403 789,403 0000000000000000000207e793287f90e20c919b6b1787846f9741f9c9b83ac6 1.73 MB 3,719 109
789,402 789,402 00000000000000000005917693ebc0c99e780d223fa6069364930d0f1386d187 1.79 MB 3,483 197
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.