Memory Pool Memory Pool Refreshing

2,316 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,239 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,877 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,238 (305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,933 907,933 000000000000000000008230d91af712831ae02f2c2042d647b2291047ebfe69 1.85 MB 4,062 1
907,932 907,932 00000000000000000000a0239afe29f92824d71ccebbd41688bf116b70e41f40 1.87 MB 2,900 1
907,931 907,931 000000000000000000002a1ed6a1e67f00c18e6b432600f00a088b9169561cb9 1.88 MB 3,808 1
907,930 907,930 0000000000000000000154792351118ab482e8b3880e9c30779ec444a9f3aa54 2.49 MB 2,425 2
907,929 907,929 00000000000000000000fd1e69ba8b10182f808f6cabc3395fa8b93aab4febe5 2.12 MB 2,410 1
907,928 907,928 00000000000000000001ec8db04ab3605ad9d62855f8fd131f225c91c30ce578 1.65 MB 2,310 2
907,927 907,927 0000000000000000000040e649bdf11fbcdccc97262805cf0fe5e4ce02286ef8 1.62 MB 2,893 3
907,926 907,926 00000000000000000001a5c51d9b24f4bebac9da0365978556bb13ce7da29bc2 1.79 MB 1,119 1
907,925 907,925 000000000000000000016a4a3e755c2ae1f48ab829fc366192a68c3bac14e41e 1.65 MB 3,249 2
907,924 907,924 00000000000000000000ae038a6cfcbf1383e36b90fe00ce1e8ff153a11dd5be 1.52 MB 4,012 6
907,923 907,923 000000000000000000016b335e96e6aa3661fa236c0ceb3ae18dd7eb667fc010 1.67 MB 2,463 2
907,922 907,922 000000000000000000022604484535fede4a5ff700f9acca9b29debd66b37cfe 1.55 MB 2,964 3
907,921 907,921 00000000000000000000ba357824bec46039ddf78182028f6e44a0aff813130b 1.73 MB 2,790 1
907,920 907,920 00000000000000000001b241a910a8f6f6e537049173f3de108f36e144bdd8be 1.55 MB 1,732 1
907,919 907,919 00000000000000000000ba798ba344e73421f1c7e06f69a62c924d5e19f1523b 1.62 MB 3,859 5
907,918 907,918 00000000000000000001d22d3cba6861cd2de2817a901555f3a089040b3a1ce4 1.85 MB 1,706 2
907,917 907,917 00000000000000000000190be3709a7a3d0c8624fd018812a0721ff979e8f299 1.58 MB 2,967 3
907,916 907,916 00000000000000000001d50e5ad8b1bc603728960145ddefc422d895e1e18a17 1.61 MB 3,275 3
907,915 907,915 0000000000000000000165706962bf9fab3203bd8e7253c9ff6e3b5ed2939903 1.64 MB 3,245 3
907,914 907,914 0000000000000000000082daf6ba61d98e32480d05574249422ac2c5dc33e81f 1.69 MB 2,618 2
907,913 907,913 000000000000000000003858e737809e1435076d42c10355e2342b28836c8faa 1.77 MB 4,741 1
Previous 10 blocks ↓
Total Size: 770.04 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,687.13 GB sent, 97.84 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.