Memory Pool Memory Pool Refreshing

2,390 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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.94 vMB 2,388 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (161,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,214 746,214 00000000000000000006703a0b0e97c5fcf74323cc9e2faff2e4d805a064e2a9 1.75 MB 2,773 3
746,213 746,213 000000000000000000087560e113c346822773573ea2129db793a35d3a1f54ad 0.00 MB 1 0
746,212 746,212 000000000000000000031934bf8d39cfc6e4b26e6323a6d7a1e390998c11c3e1 1.47 MB 2,337 10
746,211 746,211 00000000000000000007d62079bf6ea4d8f21d32b2027f170225af9e983399b2 1.45 MB 3,387 22
746,210 746,210 00000000000000000002160f33893fac16cd3e9d2321a385511197d9cc1a75a3 1.34 MB 2,003 12
746,209 746,209 00000000000000000006efee0a626e08f2b588e27e0f1e608a4f04c6b049e4c8 1.45 MB 2,028 12
746,208 746,208 000000000000000000056f3719aab30f37877ba4e473c92cc3f7499f9a54297e 1.46 MB 1,853 19
746,207 746,207 000000000000000000066af96db2e52e16a95373c6bb78ae06baebfd18ab6728 1.06 MB 580 16
746,206 746,206 000000000000000000085a645b1265bad610b58e650a8a0e7e23c19b7c027998 1.49 MB 2,886 22
746,205 746,205 00000000000000000009235b0be8468a5cd6aee16e84b69019d639a00e34e1c2 1.51 MB 2,871 17
746,204 746,204 000000000000000000080e839f4b079220929dab9ce9567e8ba24923c413e14d 0.05 MB 96 10
746,203 746,203 000000000000000000086d2c19f648028e6aa23f809ddc79f482247226af2673 0.08 MB 117 19
746,202 746,202 00000000000000000003e074c23f8b89256e352a9525993af57c8d11767ddc5e 0.76 MB 1,232 13
746,201 746,201 0000000000000000000569f9ea4d49e5dcfc6effea308b649e76b812958d1ca1 1.12 MB 420 6
746,200 746,200 000000000000000000005a05dc335b4d57479e6e720da5fb14cadd914bd2e0d0 1.44 MB 2,469 13
746,199 746,199 0000000000000000000357733b25485c8f2d175368ad5bc8c9ee673a7395a00c 0.05 MB 118 14
746,198 746,198 00000000000000000000befc205a29f0a428b28cb93869a93ca82d972da6e108 0.29 MB 584 15
746,197 746,197 0000000000000000000a1ee43c24150896b823ddabf137274516643bdb40769d 0.38 MB 458 7
746,196 746,196 000000000000000000052f5c2f594dc5d892025d58d7a482c60c0ec2255427f0 1.78 MB 1,770 4
746,195 746,195 0000000000000000000a1b1f9f052cb5bae0d3c76130aad090e5807e2ef21431 1.63 MB 3,255 10
746,194 746,194 00000000000000000009a00bf2d78e38ee3708d1777a58c472139566a737ed61 1.67 MB 2,182 9
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.