Memory Pool Memory Pool Refreshing

4,858 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,918 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (801,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,775 105,775 0000000000013c8a4afaa6150185f113e05c342caa1443a58fc6c8d5094c4761 0.00 MB 2 0
105,774 105,774 0000000000023304daa776009563bbaef48dd751142eda8a05d33a323207dfb6 0.00 MB 1 0
105,773 105,773 000000000002b6548f95fd79ae09f120a3e593463156d3ba7f90376ca1a7d8a7 0.00 MB 1 0
105,772 105,772 000000000000b7b2cdb85587fe3caf5fa148fe20390655a431fcdaccccecfe46 0.00 MB 1 0
105,771 105,771 000000000000fef939d91cc8105b7868dc766f48faed57d5f8c7904320bcee41 0.00 MB 2 0
105,770 105,770 000000000002dad6ca97224a5a5da4ed54c02936767ac8be71d790e9d3ae2f38 0.00 MB 10 0
105,769 105,769 00000000000080b61fd80399a24dc6003d02289505fc01f351faf59763a10bbb 0.00 MB 15 0
105,768 105,768 00000000000087959e6a0c386a19402f7b0842c6b4d5a9a056692f16f113f939 0.01 MB 9 0
105,767 105,767 0000000000005a3af7762a4360691aea57c7666fd69922a5e32b31f66aa7219c 0.00 MB 8 0
105,766 105,766 000000000002adc2af07910a5a0c0b47a5fc994ce768dc99858a9e85c310a1a4 0.00 MB 9 0
105,765 105,765 0000000000003bbf116dc4f4b20d993a4cb793a3f0192394b897de7a51077f6c 0.01 MB 41 0
105,764 105,764 0000000000016c36f40e410a620cb75fc4a40dfe72eae110e0bd21ccd0ecf9d9 0.00 MB 4 0
105,763 105,763 000000000001fb64b32ed113fa6fda5a908549e28a8be70a3a4db7f48edf5f1b 0.00 MB 11 0
105,762 105,762 000000000002e86f9bcc6c79a5cb831144e78764d9416b58a12ba6257dc2312a 0.00 MB 7 0
105,761 105,761 00000000000164b9da64d3ef236b037972966e1355fffa3bbd6de5adb86a51ca 0.00 MB 4 0
105,760 105,760 000000000001b901c4eff954222e638c8d5343977a7f0638250790ca0abf6377 0.00 MB 3 0
105,759 105,759 00000000000103a83d1cdd9381c0967ca7897e2c1deb148a65f86e521fc9eda6 0.00 MB 1 0
105,758 105,758 000000000000f12708d5543e10c2529ba5062324a2a1bdbbe25f0f6cc4a91034 0.00 MB 3 0
105,757 105,757 000000000000ea6f44dae7cf158299fa6529b21e544c13837a2b853f338ce860 0.00 MB 1 0
105,756 105,756 000000000002a438017fa58a6baedd54f126aefa51a22cf53a8fcbc2ab3be2e2 0.00 MB 4 0
105,755 105,755 0000000000024d6c90785dc2e2759e5fb8d0f5718138a9fba5e49c1dab0a4e1d 0.00 MB 18 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.