Memory Pool Memory Pool Refreshing

7,930 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,855 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (580,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,705 327,705 0000000000000000140edf79ffcc64ea2c146fbb92be0e52798aae0958066b35 0.07 MB 90 10
327,704 327,704 00000000000000001075cfbe2d511aa40f9e0ef2683173cc6bdac2894e1e461e 0.53 MB 564 17
327,703 327,703 00000000000000000907288d063a145e5066dec9a85eb796763ab0c303fef5bc 0.16 MB 512 44
327,702 327,702 00000000000000000fff48ce18df8ec04b04087c059d33314e1f3c98870d7cbf 0.28 MB 490 23
327,701 327,701 000000000000000001a066e97ecad67bc8213bf3aa40896f04670a9deb53b7b8 0.50 MB 302 15
327,700 327,700 000000000000000018520297bbc07b146ec423f43e79a370442f1a6826b79ba3 0.75 MB 1,697 32
327,699 327,699 00000000000000000df54fa66967c7bd7e743f15b139d9022913b2f3e50d5309 0.37 MB 1,004 41
327,698 327,698 000000000000000000a9d5da9c3eedf7b4bee6aa2d850d217e54a0435eda1a55 0.77 MB 1,552 28
327,697 327,697 000000000000000002ff10888cff47695e19272cdc6443c0d5b2ecde80a39d4f 0.10 MB 118 14
327,696 327,696 0000000000000000061d30f43b166d5448c1e3dcf37639d59ad604377ebebc31 0.39 MB 815 30
327,695 327,695 00000000000000001b660d58fa75c163b43b14673d50892f14ab2e4cde9a786f 0.69 MB 1,512 30
327,694 327,694 0000000000000000007fc7472c2e6afa83403f0faf6e940bb54f16744c51605f 0.05 MB 97 24
327,693 327,693 000000000000000019eb2dc2845b1db7910fc8fdb8d8bb828146363704b17195 0.31 MB 651 30
327,692 327,692 00000000000000000e27e78642a2ccf101a75327425095254c9b7b398836d3ab 0.28 MB 275 13
327,691 327,691 00000000000000000e3d56eb63217a1f0d12fa8b42b66809c5b43f97c8e226c6 1.00 MB 2,420 35
327,690 327,690 00000000000000001b699f7409ff606cbca07d2769c10376c9042d620ee865d0 0.39 MB 915 29
327,689 327,689 000000000000000000693cc305cbf3a55ac344c1101f3081b1d3377754b0a51a 0.13 MB 220 29
327,688 327,688 00000000000000001cdd4e59cd354e2e311d13018bfe6ab44ae03ace0139685c 0.73 MB 1,394 29
327,687 327,687 0000000000000000194dff4a2747407a3ad26bee7f2c1dc1294a3dbf491fe9d4 1.00 MB 1,945 27
327,686 327,686 000000000000000017f84603e61286cbe91982b440942aa62d9b43d41ddd4cff 0.23 MB 342 22
327,685 327,685 000000000000000018542d33e4881a37a052e3a9adfe6f0d79a73a27ea93add0 0.14 MB 170 16
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.