Memory Pool Memory Pool Refreshing

4,450 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (112,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,760 795,760 000000000000000000035b40a83f0037aa0ac67d43c15f50781ec9d720e3a0b8 1.47 MB 1,754 23
795,759 795,759 00000000000000000002e244523edeeeb784ed5564b6ece7366202be8a70f011 2.24 MB 2,661 11
795,758 795,758 00000000000000000004e9855050a1dfd173cd254188a2ac8d9af3eebc38cf35 1.72 MB 3,392 25
795,757 795,757 0000000000000000000450d508451d7155dc6e8684547c3c2edf989adb5906e2 2.11 MB 1,848 13
795,756 795,756 0000000000000000000498ae104591a190cc6ea4a171a1e998d2ed1406574ec8 2.07 MB 2,246 18
795,755 795,755 00000000000000000001fd43f4c1b471d0ef5ba2a4ee359af079ff3241d3d010 1.56 MB 2,931 35
795,754 795,754 00000000000000000002bbe0a454b1f9c7f810cdeb848c8a5f59c89c88433d33 2.79 MB 1,675 23
795,753 795,753 0000000000000000000057beb26e950a596f3e67aed4b2aef35c788ba83cd9a2 1.69 MB 1,972 22
795,752 795,752 00000000000000000004fa2b8841b7e3cab2beca9a061c9cd17b13ed7819508d 1.52 MB 2,316 30
795,751 795,751 00000000000000000004c56931c3db157d468fe31447420a7bfdf235c2f02284 2.16 MB 1,846 15
795,750 795,750 000000000000000000035fa8f2830eeb40d850a5a69bd1992353fa243f14b86f 2.89 MB 1,255 19
795,749 795,749 00000000000000000002fa953431fe5fc815188cce586d3b43f1014fb0a5d8f1 1.95 MB 1,737 18
795,748 795,748 000000000000000000035b1ff24bc5d1150d84bb94d0440b94516f554e06d97b 1.53 MB 2,235 19
795,747 795,747 00000000000000000000839d2ce3ca968462bd6623cb03adeaac753eee9d0b9a 1.58 MB 3,164 28
795,746 795,746 000000000000000000030dc62c3bca14c62e11ae09791d56b394c20414a05f6f 1.44 MB 3,052 44
795,745 795,745 00000000000000000002d063aaceab37d4ab8f744a1a176ad4808447bacc7345 1.56 MB 3,001 32
795,744 795,744 00000000000000000002fe248aa0192c777fc9f59b9630d44e2b459c8112eb49 1.90 MB 683 14
795,743 795,743 00000000000000000001b9e21442d7b3a85d851a9bff49d3e64cc5c5b28c05d6 1.78 MB 2,635 24
795,742 795,742 00000000000000000002c78f8be478df8ea36dfc99977e6b6c6cfd411e874edf 1.71 MB 2,308 16
795,741 795,741 000000000000000000031880390930ac9d04811d752e14ae277d700c97d131d4 1.77 MB 2,586 25
795,740 795,740 000000000000000000055b6717e2be985333b2da46ee0f898d42afefa087c89d 1.50 MB 3,236 45
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.