Memory Pool Memory Pool Refreshing

2,749 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (298,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,971 608,971 0000000000000000000b0052e4a81532502fb08189d26896d5779053c7b18c82 1.36 MB 2,532 16
608,970 608,970 00000000000000000012a0f21260bb69c38a0bb1cd24c8410cbcf34c454bb36d 1.25 MB 2,500 22
608,969 608,969 0000000000000000000ee0541a32f1eae63d7e9ab816056105c98c8bfd0b553e 1.34 MB 3,240 22
608,968 608,968 0000000000000000000f9d15278da26c31a539c797825160800fabd60a772f66 1.27 MB 3,150 17
608,967 608,967 00000000000000000001504c85c2e2de5e16a9ff480e3c23aaa5478411cd4546 1.59 MB 2,221 26
608,966 608,966 0000000000000000000b81016a1dd0cc13e37b0a7ab60a370c0f16efe8a382ce 1.33 MB 3,102 26
608,965 608,965 0000000000000000000f70489f95eaed527b9dc0810127b9d48dc1b8fc9cb255 1.30 MB 2,716 27
608,964 608,964 00000000000000000001a9700ccc2ac4d4ba004101dca52a4422ec8775ec17c9 1.19 MB 2,838 57
608,963 608,963 0000000000000000001153534e98e801ce18d89abc44b0279295e658e5b51290 1.35 MB 2,701 22
608,962 608,962 0000000000000000000f7ff5822c497b79ed0d025de05a3b96a050c1e3519b0d 0.09 MB 252 17
608,961 608,961 0000000000000000000eddbcbde7d5be2e5fa089a062d700592d0844d2276498 0.33 MB 839 20
608,960 608,960 00000000000000000012a9efab4be09619e5ad278c6eaed9c299a7ccd52f118a 0.53 MB 1,321 15
608,959 608,959 0000000000000000000beb3366c60b9dc6275ac59af6ff047358904fd4ac2f36 0.34 MB 797 8
608,958 608,958 00000000000000000013a325f3207a750a0d67b7df66585f2212f506bb623830 1.21 MB 2,366 17
608,957 608,957 00000000000000000014892473f1acbd484d090cdefe384b629e7d707f3591bf 0.46 MB 894 14
608,956 608,956 000000000000000000115583f95fcaf34904b5f3b3f1a4c67548871050f25813 1.26 MB 2,040 8
608,955 608,955 0000000000000000000ea8e6a8b2efa76f3faf4428493c08976c2846915fde59 1.07 MB 1,348 11
608,954 608,954 00000000000000000002e1ce51b65ff68f7e01d245ba2908085cf0b74bcfc9dd 1.06 MB 1,608 12
608,953 608,953 000000000000000000107293e520f551fc2b5fe136ef809b8950fec4edcd14da 1.38 MB 2,842 30
608,952 608,952 0000000000000000000e2a47d042fc481ad62e2963455cffc6103be87a60f7f5 1.13 MB 2,254 23
608,951 608,951 000000000000000000088355ab31705201b5e9b363d40b1f40f39018164051f7 1.26 MB 2,693 29
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.