Memory Pool Memory Pool Refreshing

6,930 transactions
2.62 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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,620 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (11,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,699 896,699 000000000000000000004eb07264ddec1973a9413106bfc6d5ec85c3f019301b 1.59 MB 2,472 3
896,698 896,698 00000000000000000000bbcecd3bee9927c524339bad5247ec54cbff70325a83 1.59 MB 3,585 6
896,697 896,697 00000000000000000001c353dbc3fe8bdf9b3924078a2d9bd40329abedc65ddb 1.38 MB 1,792 3
896,696 896,696 000000000000000000005bcbf03e6488be1ceb3b501ecfc2b11cce900a870636 1.01 MB 69 2
896,695 896,695 00000000000000000001bd3d069133267c60d89f5a4f12b2139fb1d97439027b 1.57 MB 1,965 3
896,694 896,694 000000000000000000011dc79211896ee3b30d53bcdc37831cb57958940e43b0 1.62 MB 3,898 10
896,693 896,693 0000000000000000000144e14c641214e3beb5518b683dce015596b8abb3a8eb 1.76 MB 3,828 3
896,692 896,692 000000000000000000014562fbb8b87b4d872b36dcf469f82a0ad82d64e44a31 1.43 MB 1,767 3
896,691 896,691 000000000000000000022ce21b757ad1fcc1e2ffb0e4c6e0f7ada521e75d5f6b 1.62 MB 3,864 5
896,690 896,690 000000000000000000003181d8e7a414c1dd21408a1976a9a7232ad067f3e08d 1.40 MB 1,772 3
896,689 896,689 00000000000000000001e548f9f255dada3e16d1c8bdc38e5d18fc7948ea5eb7 1.52 MB 2,614 3
896,688 896,688 00000000000000000001b2a2382cfd32a58fafa0108c064a6a8b3dbdb2b42134 1.71 MB 3,798 6
896,687 896,687 000000000000000000024326d2857d1a5119c15e148bc9ee6ced17dccd9119e5 1.39 MB 929 2
896,686 896,686 000000000000000000010678f2ca6e261790f0b415f30d9b6078638ca63c0195 1.73 MB 3,507 4
896,685 896,685 00000000000000000002172076d5b69c21dbbd2a0fac8b142bdda3bd322c84bc 1.80 MB 2,849 5
896,684 896,684 0000000000000000000227d81ca7df74dd5b337c38a5cba194fac43c2281ed43 1.99 MB 1,381 4
896,683 896,683 0000000000000000000015e93f809109c21977b25f5bdb241e5955d26aaaa497 1.56 MB 2,107 5
896,682 896,682 000000000000000000024690302a493935f46fc06df916f61dc56a32d5696503 1.57 MB 2,999 6
896,681 896,681 00000000000000000000878bf8070b8b41fcc81bbe3660bbfc905f523ae797db 1.61 MB 3,332 9
896,680 896,680 000000000000000000019f99ebe35fa76f944d9d52e265987b3a0dd47509138a 1.89 MB 1,991 1
896,679 896,679 000000000000000000007a1f4f8ff828dca30405fbc1f80dbad23f20d5f78776 1.73 MB 2,710 3
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.51 GB sent, 92.74 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.