Memory Pool Memory Pool Refreshing

8,786 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (594,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,838 312,838 00000000000000000e3468bb0ca0cbdb1c411c94d229af537d10be5a7241cb11 0.00 MB 1 0
312,837 312,837 0000000000000000398335702b2b33612d72ae237d09e9d36d69ec6044cf75f2 0.74 MB 1,218 26
312,836 312,836 00000000000000000b4f1e27309a077d66387ef0c093e8a38a21694791a9664c 0.13 MB 212 26
312,835 312,835 000000000000000033c7c5fc7edf06c385b3856c8af455206bc1e6fedb122e75 0.17 MB 305 29
312,834 312,834 00000000000000002af495afb9aeee8a838650a7e0d2b4238619139d2ee53928 0.23 MB 408 28
312,833 312,833 000000000000000003ee422331dbb5da17108b2b5c2a5116a93cd54048d90814 0.14 MB 241 22
312,832 312,832 00000000000000000dcdb3d74239d0e950e627d2aa45d63786954679da62afbf 0.21 MB 352 25
312,831 312,831 000000000000000010c99690e3cc4291bea4fc4637f5013c58f54b3251f2d89b 0.46 MB 714 25
312,830 312,830 000000000000000035c1fa4483bf55038c518665e5899f0ff0a839721afd375d 0.03 MB 64 43
312,829 312,829 000000000000000007fe4585718edd8627435d01ed99bd5c50498bed68b31d4d 0.27 MB 418 25
312,828 312,828 00000000000000002bb63489a192fc42db87af65e8a181e7ae1f7abc3d075b12 0.04 MB 72 11
312,827 312,827 00000000000000000ab5d9559ad5a3889cf90308bab9bcc34c0627209d9d05f9 0.11 MB 261 26
312,826 312,826 0000000000000000346b539255174aa3d853c28f754008291daa47be0ea08ffa 0.05 MB 111 25
312,825 312,825 000000000000000030d7893a8bc4c2a42aab07112247d443e6893bcea957f61e 0.41 MB 543 20
312,824 312,824 000000000000000006c84611eae10540153f03e07e2f508ab028750b57fcb014 0.91 MB 1,282 26
312,823 312,823 00000000000000000d4bdaab723a6bbc4e8af5bc9c60118eae928407feba1911 0.30 MB 498 29
312,822 312,822 00000000000000000f111a45419da86c6aec66fb1aadfa77aa5ad0616b81aa9f 0.50 MB 901 34
312,821 312,821 000000000000000002d3c0fabc8e5ab95e692a67f3c62845f002f9d9da8ae43d 0.08 MB 175 29
312,820 312,820 00000000000000002f4bbe5af9ff855e161dd4c47cc6b69ed4dcd843a0e18e68 0.13 MB 318 40
312,819 312,819 00000000000000001b05d961cd71a9750a9594ae0fb73e01287841c25a1c8805 0.03 MB 61 11
312,818 312,818 00000000000000000e2fba75f98b0c2fa72cfd3760888723db0b5657f580eaea 0.26 MB 366 27
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.