Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,650 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 2,101 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,649 (873,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,946 34,946 00000000acf2c14a5bb3f85d53d2cbb1da9981664ee7dd0d9a0116645497fe8c 0.00 MB 1 0
34,945 34,945 000000006ba87bfe028e9befad6cdf68132e335c11e9663d74cb4f3f19efad2d 0.00 MB 1 0
34,944 34,944 00000000720c529b12ff6c0843705aed3593c2261d13ad39e46e7483c346ef76 0.00 MB 1 0
34,943 34,943 00000000342d88889ba732af64c1310e7fc5d0fc8829189f23d118ea5c6437e9 0.00 MB 1 0
34,942 34,942 00000000a72709b062ae229445e24d86f484103398b735fa8693a5a670ed25ca 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.90 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,851.44 GB sent, 101.44 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.