Memory Pool Memory Pool Refreshing

366 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,882 (809,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,723 98,723 000000000001ed25acba80c57eaef4f2a0bd85d1175ee04d1a90a5a30c59f5fb 0.00 MB 1 0
98,722 98,722 0000000000022cd436cb60f048df3e823f867b9b81b3231efd580381256e791a 0.00 MB 1 0
98,721 98,721 0000000000026c7a21935e5c1d7cd11eb2997d1a1c7efa2e104b2e48787780db 0.00 MB 1 0
98,720 98,720 00000000000043efa0a192da2d7994ab3e1601499f99cee19f1ea68ad6f2551b 0.00 MB 1 0
98,719 98,719 0000000000036f7df7c840fe4637929a697babc20d7c289b5ba30aef6fde8ff1 0.00 MB 3 0
98,718 98,718 00000000000019011e2003d440c1d3b47be8a932fa9cec489fd931492a1fa2d8 0.00 MB 1 0
98,717 98,717 000000000000ca7c1c879e9bb901310b80bf69b95bd7b6f9f61ef293a93c606c 0.00 MB 1 0
98,716 98,716 000000000000e0ba63afcd91e4752625e0361f890dc10308b09feaf27dd3b0e0 0.00 MB 1 0
98,715 98,715 000000000000f417f43d112fc8d10bb0e9acb8d6a89f35c9757b6c33dc2f681a 0.00 MB 1 0
98,714 98,714 00000000000140a271ff1d30c6d6b2235f7aa55a1a8e188151c0b4d1a52e9283 0.00 MB 1 0
98,713 98,713 0000000000048022ddd880ad4537bdd3092a1f3ba7d727b8862e728210b3deb3 0.00 MB 4 0
98,712 98,712 0000000000027230852b518e1dd350e53587b0f887802916ed412a7ecac937e4 0.00 MB 1 0
98,711 98,711 000000000003cc2ccdc5d3fdeb3bad2a9ec8e8049eb8b0ad2f6e345fedefefbc 0.00 MB 4 0
98,710 98,710 0000000000041686f6659924bdf47ae35fe40dcc621f86063b37ad62716fc98d 0.00 MB 1 0
98,709 98,709 000000000001fb3f958867d1aee551afa2c8ec45de02c4af6183d94a294533b5 0.00 MB 4 0
98,708 98,708 0000000000009e3277a7022364fb99a3eaa8508e64fd5cd21d60e37a3eada4f5 0.00 MB 12 0
98,707 98,707 0000000000037de79c3c13e34abaac6ea170eade5f3abbea0347dfefbd1609b8 0.00 MB 11 0
98,706 98,706 0000000000010f62027252b997d3fb01caf7313713d299e15a3a8ea6606a2fd4 0.00 MB 4 0
98,705 98,705 000000000002b047fda94a8c7fbf3bd073656883749b38dbbad12cb7ce6daf46 0.00 MB 2 0
98,704 98,704 000000000004fd62c94d8162a9d6568f1de8a5091b3809f960222c0bd782079c 0.00 MB 4 0
98,703 98,703 0000000000031c9369a7438697705d5cfbc7284be97e021ddc25926ecf9ff02c 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.