Memory Pool Memory Pool Refreshing

2,031 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (873,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,941 34,941 00000000a2d641dd927cbcd47f7258cd8db728483cdfef951fdf93f6977a56ab 0.00 MB 1 0
34,940 34,940 00000000a652acdd3576de8081f61f5cf3b7a9531809940f774e945dff1e4be6 0.00 MB 1 0
34,939 34,939 000000004e1ccf4db4841311062973da22c1a85da7ccf7e0a63e435adc4242fd 0.00 MB 1 0
34,938 34,938 0000000027881eb3d917008af235fce6c34fe2c9c0ac2fc928dca5b62072bcaa 0.00 MB 1 0
34,937 34,937 000000004179fbf4f6e25bdd248a14f5c7932f9e9fa745821dcc9c1709714e43 0.00 MB 1 0
34,936 34,936 0000000069e2812e869e009f8bdfff40216001370e5497fddd5201649873adbc 0.00 MB 1 0
34,935 34,935 0000000048bb87f225f56de99bba96bbf0d141990185976581941c3d851d9733 0.00 MB 1 0
34,934 34,934 00000000270a1cf821c2a75fcf337b99f34ebe54257ee8c3111e017f68b195af 0.00 MB 1 0
34,933 34,933 000000006336c6f0bf8cc9efaeb395d916294a54f20c4596186c0d0836def7ee 0.00 MB 1 0
34,932 34,932 000000000eebb950c8247c3aafc735025c69451ca9a960d076d299dca662454a 0.00 MB 1 0
34,931 34,931 00000000b29d6863511adc28d313c52aa2269e93634e13bcacdc35f0d3f7eda1 0.00 MB 1 0
34,930 34,930 00000000983c3a1e91b2bfa3f4fb398dad964ff07c46608134fd964787d2bcda 0.00 MB 1 0
34,929 34,929 0000000006ef7297b0d9bef259eef836bc9a7b2ba17a32d474008a42e08829b1 0.00 MB 1 0
34,928 34,928 000000008cc1a1b9356f9417dc8b1d94e9306e48a3d9c49126bbd4513ac29270 0.00 MB 1 0
34,927 34,927 000000008f548b370401ca8bede5a9af36a32aab73f5e83e79481360754acc1e 0.00 MB 1 0
34,926 34,926 000000007c66839d6732908ed75eac6a6ead4a4d8d489f10dcd630400899d8aa 0.00 MB 1 0
34,925 34,925 0000000036eb512528df953d55c65477bcb7afac628e3cabaf73a1bc9a72648c 0.00 MB 1 0
34,924 34,924 000000008c40238e209d255f37647753719fc55a31e089c334354fcc33b2f346 0.00 MB 1 0
34,923 34,923 0000000061c261681e84d32a8dd0aff9bc977fd6a7d52856640f3bb1687dffa3 0.00 MB 1 0
34,922 34,922 000000009b2da0d0dc17a1e4407e49a5042f780e886037ec033ffa143c9b2499 0.00 MB 1 0
34,921 34,921 00000000337decce0d35df1bbbb803531d053a97c3cf2051b44f6fae8738caf2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.