Memory Pool Memory Pool Refreshing

4,885 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (63,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,947 843,947 00000000000000000001619d632befae0675362dbf310d8519862f69cbefa0c0 1.48 MB 2,719 16
843,946 843,946 0000000000000000000000018aed923c250162fe3f058d6af0f3932d9d9aa08c 1.53 MB 3,290 17
843,945 843,945 00000000000000000001726e55a0ee32671a7aefcb4193464404ab00ca335847 1.59 MB 2,812 16
843,944 843,944 0000000000000000000114d3179274d0435f2b907aeb7d8f3d1072f6cba67c10 1.50 MB 2,700 13
843,943 843,943 00000000000000000002e894de3afc9de923ee86df79d8ec960e0c95933923e0 1.09 MB 583 9
843,942 843,942 00000000000000000002e0647ea2624b4f0096f89119a067d20e227847c5b521 1.19 MB 1,598 9
843,941 843,941 0000000000000000000230debb570edb52c959b33d0b39118e421a569bd12004 1.06 MB 680 9
843,940 843,940 00000000000000000002c1adc0852e8f63c7e4907075781ea7e9b28978465c89 1.62 MB 2,814 16
843,939 843,939 000000000000000000026c8ddee5fce786219059f8865d99c635c21caac13a8a 1.32 MB 2,752 11
843,938 843,938 0000000000000000000256d3d3c804526581115f97f8cdd636a748c5708d0d76 1.42 MB 3,185 12
843,937 843,937 000000000000000000010adb3d864800f0fef7bb6406a43e2bf99cfa4f72a0ea 1.35 MB 2,296 14
843,936 843,936 000000000000000000012d969d76c228ccd0ddf1fb2eaeb642c50dbf874a36f0 1.02 MB 261 9
843,935 843,935 0000000000000000000020b55ed8ab1c4ca6f56b50a6484d830600f35729176d 1.11 MB 986 9
843,934 843,934 00000000000000000002ea9c04a00cb155a62b126b2263161054a1ada83d2de6 1.31 MB 3,444 11
843,933 843,933 000000000000000000012ad9beda3cf7ad1d4da24784ad827b7ef17916a9deb4 1.26 MB 2,994 10
843,932 843,932 00000000000000000001bfd5c90de17d39c0e4de901002e84d3bf957a425a338 1.57 MB 5,256 13
843,931 843,931 00000000000000000002a92733e8f80ce72cf9fcdc84e1576cb38a975534b483 1.64 MB 3,365 15
843,930 843,930 000000000000000000002942431cefa9d73a7c8c301236bf7b4705fd5fbbf7d0 1.18 MB 1,776 9
843,929 843,929 0000000000000000000307e0b52b7cbb6c162166ab1d3667a059e5dc4f20b125 1.39 MB 3,533 11
843,928 843,928 00000000000000000001d7b8229af49ba696bca98d859f64a486762f8160de58 1.26 MB 2,482 10
843,927 843,927 0000000000000000000174d94de73308dd12d376c2a781925cee5fd2db362560 1.45 MB 3,951 11
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.