Memory Pool Memory Pool Refreshing

5,521 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,001 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (366,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,684 541,684 0000000000000000002492534db530608bed995c055357cf0c43b7af5f7137a7 1.20 MB 2,744 17
541,683 541,683 00000000000000000021491e95f50d898fdc116dcf7ef1320e907bbd197e33da 1.29 MB 2,625 25
541,682 541,682 00000000000000000006b0c22405c24dad8ad1708a082ca3e8f7fbae3a3c24b6 1.10 MB 3,117 4
541,681 541,681 0000000000000000001bf6a7d2d86ba07971f343cee7e9cea305bdc1a7dfe4d6 1.51 MB 2,215 12
541,680 541,680 0000000000000000001d3239c86162798a2729ffd21c53e67b8736c98cb6cd2d 1.14 MB 2,835 34
541,679 541,679 0000000000000000001627486272df83bf33dbf2919454177161286788ad6e71 1.18 MB 2,869 20
541,678 541,678 000000000000000000135364f52f804979c011900b6c4c38a0b2691304064d00 1.19 MB 2,645 9
541,677 541,677 0000000000000000001c064fab7ec5d3ecd7a57b94276384b1cbf4a3fecbe7ed 1.17 MB 2,563 11
541,676 541,676 0000000000000000002036c2a5d7f21d5e7fd30bfd0a0fafa6f83ef196ba63e2 1.13 MB 1,802 18
541,675 541,675 00000000000000000009639ce01ffee7ffbb60c54f564f325a83d4d684228466 1.07 MB 1,278 37
541,674 541,674 00000000000000000001193784a10d9bcbc207a098402d4cd233ee46d357d9fa 1.00 MB 632 57
541,673 541,673 000000000000000000045783b7e0f95327f119659a3e4fe7e77d4bcb4e46b6cb 0.09 MB 242 16
541,672 541,672 00000000000000000025afbc93f975849ea2b7522cb0c57b137d107157bacf9e 0.41 MB 819 31
541,671 541,671 0000000000000000001a651d4916eb57486ec646add9b0343fa12d21ea993774 0.68 MB 1,387 19
541,670 541,670 00000000000000000014ad4970b21b358c409de76f551d8912712fbb6fe39581 0.65 MB 1,593 7
541,669 541,669 000000000000000000056459475ea37e9fcffdcc2bdda036c5829dc82e8a5084 0.00 MB 1 0
541,668 541,668 00000000000000000005905465c228c87d2f1eacc82d2b49053954b839353e9c 0.37 MB 617 26
541,667 541,667 0000000000000000001071b9cced85bc3046440b9a851b3889ec79d886bf804c 0.95 MB 1,816 11
541,666 541,666 00000000000000000026b8dbe2ca4bca2bfe23aa76cb6e87a9df709abdbf0d29 0.59 MB 1,328 20
541,665 541,665 0000000000000000001d29e846eeb94bdcd9d7eb933c4cb320fbaaba113c2503 0.06 MB 172 21
541,664 541,664 00000000000000000022523cc9de37ce7d925b0bfae26ef39d72b646f66724e2 0.73 MB 833 5
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.