Memory Pool Memory Pool Refreshing

57,245 transactions
34.24 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,262 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,893 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,261 (1,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,946 876,946 000000000000000000012d200434a227a8c1350fb7848481b1e35fdc9ea9e6bb 1.55 MB 3,612 6
876,945 876,945 0000000000000000000225116b077ad0ea3c8d6985027f6783480559a65fa976 1.64 MB 3,881 5
876,944 876,944 0000000000000000000189088f33d355378ebeccbd0cd3c9e7dd49311f45a099 1.66 MB 4,773 2
876,943 876,943 000000000000000000004f9c12aa322bc380f0306707dc64efd6786f85d1a66c 1.71 MB 4,353 5
876,942 876,942 000000000000000000001ff837d3edbe4aba4a99fdd30ab06ef57443bc969463 1.51 MB 3,919 6
876,941 876,941 00000000000000000000beb9d1ff374226edd1838bb1c7ecd0bc3bd566a08165 1.55 MB 3,892 5
876,940 876,940 0000000000000000000130a4889f70f893934c7deb41d1bcae0671e705b4b4aa 1.53 MB 4,351 5
876,939 876,939 000000000000000000006b3dd46fd31fa7a4452aae6ec095e99960f98dc014d3 1.50 MB 3,805 6
876,938 876,938 00000000000000000001330b19514a342ff0cb95b4df6a51f94116067b4cf21f 1.40 MB 2,457 4
876,937 876,937 00000000000000000001d7ae8310450ff3c731a15ec7c28e0083795aaa3b4439 1.53 MB 2,177 3
876,936 876,936 0000000000000000000224342a1e603f6e559b7711a3588c036e5d6db55e4b6d 2.15 MB 271 1
876,935 876,935 000000000000000000021251c23808dc2b99f84c7c321e43d9b9d7a342ccc1af 2.03 MB 445 1
876,934 876,934 0000000000000000000120e3d49ecb18ce79ce2c03f259d3b4503a9384999daf 1.63 MB 2,110 3
876,933 876,933 0000000000000000000163e7c305f652aa6cb8e6433e9216330b4ecc65777540 1.71 MB 1,553 3
876,932 876,932 00000000000000000001f2cd8c97c011d6ead0fe2c7085b4cd9bb9ff1f1989ca 1.66 MB 2,944 4
876,931 876,931 00000000000000000000ea917bafe43ff44a23b927590067cf96ac7032663c1a 2.05 MB 1,693 3
876,930 876,930 000000000000000000018b6b2d9aceaf9890a7ecb8ee9bb7c5ee2bfde695442c 3.18 MB 741 2
876,929 876,929 00000000000000000001ec062d577e3be4428e0e52926cff3ad18c450bb9f626 3.02 MB 916 2
876,928 876,928 00000000000000000000932af793b7fc38a5c810349e7821be20e7a8faf668ab 1.56 MB 3,480 4
876,927 876,927 000000000000000000018a122229ecb372f9a42244313afea71e3f80c8ce8b03 1.74 MB 2,222 2
876,926 876,926 00000000000000000002880b7bf66d4d7dd964ae2ee20d424391bf25ab6351fc 1.71 MB 3,863 3
Previous 10 blocks ↓
Total Size: 714.87 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,367.58 GB sent, 39.08 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.