Memory Pool Memory Pool Refreshing

951 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,901 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,900 (27,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,091 880,091 000000000000000000012d1080932d5893535d3957d15a14f70a31d1cc49aeb3 1.70 MB 2,949 6
880,090 880,090 000000000000000000002e2fc90e907088859803f3492a6dae2fa4468b345240 1.82 MB 1,969 7
880,089 880,089 0000000000000000000022c1f682395befcb48929feca153f2a3859e1c210810 1.69 MB 2,862 8
880,088 880,088 00000000000000000000b8eaa21ec22af7aed7ef442b0b4c29b6054241556a60 2.23 MB 2,412 11
880,087 880,087 000000000000000000013eb0008d2958e81b434f62b834714ef24e5d58b096d4 1.67 MB 4,203 12
880,086 880,086 000000000000000000023dbf317f7484c46432ad844af870c7ce110f49daab25 3.13 MB 1,105 21
880,085 880,085 00000000000000000000448892c55bdc574eb903408085328a14b84fd784e942 1.61 MB 2,851 9
880,084 880,084 000000000000000000024b22e13eedb9e9d21217ffca99f84e5773afe0a742f1 2.09 MB 843 6
880,083 880,083 000000000000000000000c87fdc303c09a41e04804f125e633d29cbf699f77fd 1.67 MB 3,637 10
880,082 880,082 0000000000000000000108161aff976fabe7953da365c50b8c14f6914998b594 1.70 MB 2,979 7
880,081 880,081 0000000000000000000141e39b7816e6664adf140acb6696b948acc263faf761 1.71 MB 4,068 9
880,080 880,080 00000000000000000000d8fb6cab9dce38c216de172a65dea64175110d833c13 1.76 MB 3,588 12
880,079 880,079 00000000000000000001a09747398d630e7c1fbed66976d89730a40254814cfa 1.73 MB 3,948 16
880,078 880,078 0000000000000000000279074851d6ec49d6247a27cace6491496350945bcbc1 1.61 MB 3,569 9
880,077 880,077 000000000000000000001b8413e1ca20532f0e750f1f9404e59e740950d44e69 1.61 MB 3,237 8
880,076 880,076 000000000000000000019bc0545037d68fddbc8c29f179261e60555f149b32da 1.58 MB 3,674 12
880,075 880,075 00000000000000000000a7601243c0f30f0051f082bd034ab3792e4ddc2ac8c4 1.67 MB 3,298 11
880,074 880,074 000000000000000000027eafe41b5bd7947362c064608bcb23804fcb78a31388 1.95 MB 1,713 5
880,073 880,073 000000000000000000018096bd9f4c59878b4883d159b40e8eae0b418e9413b5 1.72 MB 2,795 8
880,072 880,072 00000000000000000000ca09a8f2d026c509150f5314d69d7447e65225d43181 1.59 MB 3,982 11
880,071 880,071 0000000000000000000155e42d705d51ebb5ff290b5ac393e3c9eb3a7c1e7f0f 1.40 MB 1,861 5
Previous 10 blocks ↓
Total Size: 769.35 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,643.61 GB sent, 94.72 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.