Memory Pool Memory Pool Refreshing

7,538 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (624,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,418 283,418 0000000000000000f21424d22c9325780dbf8efc1f135ce3f306e027d64ab0d9 0.18 MB 355 44
283,417 283,417 0000000000000000078c0c5d89f20cb359dcbb103502aefc3f75768bd63008c4 0.01 MB 21 30
283,416 283,416 0000000000000001cfb8c8f6305fd84dc51c94a1b4de1900badfccdbe1c1078f 0.06 MB 105 19
283,415 283,415 0000000000000000383915dbaa56e1d1e9a0184f1f50fc339cd88b2a45ec9b9c 0.11 MB 158 58
283,414 283,414 00000000000000019bca201028d26a53780fd97cc7460d1aa91538fc0a0d473d 0.05 MB 91 36
283,413 283,413 00000000000000017a28293bdc3d7284f9f2bd0fab5e508b98381d629db6c123 0.45 MB 842 35
283,412 283,412 0000000000000001e635b4724f284bd3d168f7809fb4a834f4dd8cdd10e146f8 0.01 MB 25 54
283,411 283,411 0000000000000000e0524b3e1e7bb7f0ee1c7f4906176e464b46f9839a02ebe2 0.24 MB 510 43
283,410 283,410 0000000000000001d6b36f7a4c31ea81e99bdb702b18aac859275e57bdd101c6 0.05 MB 118 71
283,409 283,409 0000000000000000f89d1dc170fc198322ba79e8ee6a42c26a19694803bb2623 0.16 MB 253 71
283,408 283,408 00000000000000017966b42ce252662dae0fe68ee807591a436bfdb54d1a9166 0.21 MB 400 38
283,407 283,407 0000000000000001710a858893c77d253c995cbeb8474a2d0863ce7ea8ba231c 0.19 MB 300 16
283,406 283,406 00000000000000013ba4800d10eb6b76aea7cd59e4861f0e9446d6e8ba4bcec3 0.36 MB 643 41
283,405 283,405 000000000000000178b73fd96b105b71f72161ff12f6639ab479eec0c5cf8172 0.19 MB 262 30
283,404 283,404 0000000000000000aea05ca9a4928e638e378ef187c3f528aaa297541a273a45 0.47 MB 737 30
283,403 283,403 0000000000000001aa03903ab12dd44f0a7244bfdc71aac3ee73d877533b2db0 0.05 MB 153 74
283,402 283,402 0000000000000001416aefb56ac2adcd5ccb0a4bd1ca7dd26e3a1337fd73d34c 0.35 MB 900 62
283,401 283,401 0000000000000001d29465da74fd94b5426c69ecd8c08b9ec743e2bf7b4768dd 0.08 MB 151 49
283,400 283,400 0000000000000000f1c506121d0ef0dc2ab828ec4d57211f6e509b9a54a2f340 0.35 MB 813 51
283,399 283,399 0000000000000001db643ae0e3ff550a046a2a2e50ebf70240f7da5b67181747 0.16 MB 261 44
283,398 283,398 000000000000000168afc16cfb50c715f41a52b1f61fef8ba4b74e29efd82cee 0.37 MB 930 60
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,620.99 GB sent, 92.89 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.