Memory Pool Memory Pool Refreshing

7,433 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (201,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,514 706,514 00000000000000000004a7fdf326e4652797d577babc0cc6c7bb5fae42c6c444 1.26 MB 1,407 7
706,513 706,513 0000000000000000000465afe6f1bcd07718db6e5c90ba0563911861ee00efb7 1.16 MB 2,160 8
706,512 706,512 000000000000000000070969023b216f5732f3f869868036ca114c194803fe89 1.48 MB 2,959 12
706,511 706,511 000000000000000000047bb50c79f437316b766892cece9339b039622aaf3d22 0.09 MB 247 9
706,510 706,510 000000000000000000061220f0024cae119895d5f291603e82a87d77a6e13e15 0.31 MB 475 9
706,509 706,509 000000000000000000008c2be004191146e38cae1cfc06d9c9501ea3d61fae51 0.84 MB 1,509 11
706,508 706,508 000000000000000000017240afce7227db5caac6391b59514a1e38d2bc41ae6c 0.62 MB 1,045 9
706,507 706,507 0000000000000000000026d65aed91377bddd467cc3b1c273399e032b051eb7b 0.54 MB 756 9
706,506 706,506 0000000000000000000b7bbd76d7f80b893e39ce6d71b9b75ec5787d76a7029e 0.90 MB 1,588 9
706,505 706,505 000000000000000000037deb04231518e9d616207b2471f1d398521b8df62eda 0.63 MB 1,295 9
706,504 706,504 0000000000000000000491dcdbab26ce5f2c8f441c7e86367a76c9825118a8c5 1.34 MB 2,373 9
706,503 706,503 00000000000000000000e661028aa65df025494e91117431eb6bdf8e715daeb4 1.21 MB 1,080 4
706,502 706,502 0000000000000000000caeb16985f45da4e42c29247adc01e6a8aec8618befe2 1.48 MB 1,980 1
706,501 706,501 00000000000000000008cedbf357aec12faf48922a4cf70719f1bd00cc424b92 1.15 MB 1,456 2
706,500 706,500 0000000000000000000dc581f12cc4257a17c13f8f745a16a348449147dfa9a9 1.41 MB 2,446 10
706,499 706,499 0000000000000000000b767782dac09b2d03be6817352852d2daadc931bc4d7d 1.41 MB 1,882 3
706,498 706,498 00000000000000000000c8581358191306e0f3eb62c2b26ba1f37748e4ae1346 1.54 MB 2,805 15
706,497 706,497 00000000000000000001ee204afc355fadf9a3a6db509438012f6ee684774148 1.43 MB 2,686 19
706,496 706,496 0000000000000000000dbae072f3086d6288ad4a5c28a6754b69c11203a580c0 1.59 MB 2,165 4
706,495 706,495 0000000000000000000b9a09178dba463c744131aaf42445b0656c54970ef2f3 1.69 MB 1,981 7
706,494 706,494 0000000000000000000485dbef4c11443cd89942d21e9a2a8e90849954db21bb 1.43 MB 3,043 24
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.