Memory Pool Memory Pool Refreshing

11,221 transactions
6.39 vMB
Show Random Selection Loading Transactions
Max Size: 39/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
881,949 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,232 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,948 (52 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,896 881,896 0000000000000000000082f8e5217ea777e3ef3df1e18eaa28752e690428c0d6 1.98 MB 871 1
881,895 881,895 000000000000000000027d69dd55fa19837fbfbfa01aeec647b6d8857a1ddb57 2.12 MB 344 1
881,894 881,894 0000000000000000000026317c62afd6858f49b86d70e2f8f23e11fffd48bb25 2.06 MB 907 1
881,893 881,893 00000000000000000000ab102979de498962c78059fef3d7ead8051f180985e3 2.00 MB 1,725 1
881,892 881,892 000000000000000000022d2414fc847650d7af9bf1242f0bf54ed2f47c8f62ac 1.89 MB 1,929 1
881,891 881,891 000000000000000000010e6722682209826cd2fd8d760609e8b75a663eb16b6a 1.39 MB 1,325 1
881,890 881,890 00000000000000000001a3b6d8bfab178d1fdf494ba988b17ffd7e06fdd835ef 1.66 MB 2,763 1
881,889 881,889 00000000000000000000711de0a56c90e3bc72c444d310804aa974c41b423a53 2.94 MB 1,409 2
881,888 881,888 00000000000000000001b0aaf74263953604f8c8d3e5a00b2f122f0d8f5de5e1 1.66 MB 2,938 3
881,887 881,887 000000000000000000006d0f10282264790eaa4b1936b40b21ce60e1961f8715 1.59 MB 3,371 5
881,886 881,886 00000000000000000002576b1ea77917ab18ee4003751aa62a07e09d2edd187f 3.99 MB 2 3
881,885 881,885 000000000000000000011a4cda60427b842352edb1dfd3e6b818c4ae4bc6a68a 1.39 MB 1,284 1
881,884 881,884 00000000000000000000890cd048e1078396c5d82261110bac461069d09a9574 1.66 MB 2,323 2
881,883 881,883 00000000000000000000c90d48cd53a88b3ecfec63db815f4a479dabb7f6ca36 1.53 MB 2,190 2
881,882 881,882 00000000000000000001cb5f874970b9ca9ff01d3aa6daf91740d09dc8a1f62b 1.73 MB 1,198 1
881,881 881,881 00000000000000000001979e707e424a44846d2a933acc55be491b2a54fb2fe5 1.87 MB 438 1
881,880 881,880 000000000000000000008ce886afd87a7e258838e2066cb95cf2bc71d65a636f 2.00 MB 1,382 1
881,879 881,879 000000000000000000014a643727d7ba7067a03fe10b949f598ca75099b0f224 1.79 MB 2,715 2
881,878 881,878 000000000000000000014236c37a364f7d1779838168d3ebc6b1702a2db4d9a0 2.02 MB 1,291 1
881,877 881,877 0000000000000000000074ee07bd65ff1e7ba1748379689045e5a4052b5c517c 1.80 MB 1,439 2
881,876 881,876 000000000000000000025fdde0b9940dd91bfd51a479558d9dc62a6d640d46b1 2.04 MB 653 1
Previous 10 blocks ↓
Total Size: 722.33 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: 2,046.03 GB sent, 74.56 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.