Memory Pool Memory Pool Refreshing

3,860 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (612,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,777 294,777 0000000000000000522c7214b67d4b210f83b72959ce3c6db44f0c8fe723863d 0.13 MB 217 22
294,776 294,776 000000000000000021180315fb5daa284c019b419dc3f894298d6e6708e6e862 0.07 MB 83 42
294,775 294,775 000000000000000027b7f5acbb6d0f971682736b9d6dea1c8b283a731b8354b9 0.29 MB 567 30
294,774 294,774 0000000000000000750f4c7dbbad248d8d1fe88d942e2714cbc08de7a01f0f33 0.02 MB 32 1
294,773 294,773 00000000000000009bee114c790a799b90b76e2c50c5c0561d3a4855e12107f9 0.75 MB 728 25
294,772 294,772 000000000000000016fcffb67d462f39acdefe92f5ef6cbab95251878acfb04b 0.50 MB 1,192 45
294,771 294,771 000000000000000018416ddfccff6a19fbdc017d96bf6da1e09d9d997651eb83 0.25 MB 753 73
294,770 294,770 0000000000000000589c0918c4f4491e1960059142ff5e6377ce896987077227 0.55 MB 331 12
294,769 294,769 00000000000000007769e8ebae411b7bf58ca23ea412459600084aa0ae94dd92 0.35 MB 1,012 54
294,768 294,768 0000000000000000a146a709f623e46f3daf0bfbd3fea1e8527e69985e8f56d3 0.50 MB 1,242 48
294,767 294,767 00000000000000001be2d5865546c90387f6aed756acf0ad7b4c5a51e9008c76 0.50 MB 209 12
294,766 294,766 000000000000000004c41f5fa28522660ecb9ef4ec2b7b5ec3e1010d57ffc666 0.35 MB 911 51
294,765 294,765 00000000000000002f3107dec71ca3c9157359cc9fc87d0bca5736b5afe86924 0.50 MB 1,529 57
294,764 294,764 0000000000000000a8c3f73f1dc3d151be5ddb0f55a3e68638b1d1133abb86f6 0.71 MB 734 17
294,763 294,763 000000000000000044a59c3713bb398b22b315413d5842bb4c6bd0868736a6b3 0.35 MB 1,106 63
294,762 294,762 0000000000000000174e1a608ffc3bcfab40a9a82de66a462743e7f120869f3e 0.25 MB 552 57
294,761 294,761 0000000000000000ad924479d3641f5881a7a97d5d8ebf7e436acf46c42d9016 0.03 MB 53 56
294,760 294,760 0000000000000000b333a460430b86851ed7fe0834d48761cce39cf9927cfe3f 0.03 MB 64 34
294,759 294,759 000000000000000028f59922069a43d1bcbc7e8a21c866993546e322723834a6 0.19 MB 327 54
294,758 294,758 000000000000000006d168890cb011df2ae9318748c27be6912b8c7c15dd99fa 0.06 MB 88 24
294,757 294,757 000000000000000024c18d009477ea1cba83898e0645b764b3ec6530b607203e 0.03 MB 51 13
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.