Memory Pool Memory Pool Refreshing

3,093 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (759,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,676 148,676 0000000000000438ca3df40a7d533dc4053b17ff7bcf5cfd56b11c1148c23978 0.01 MB 10 70
148,675 148,675 000000000000086b3f745d565558c952f0c1d9dddd65f4a85d057bb3510ecd0e 0.03 MB 58 211
148,674 148,674 000000000000073143bab45a423f699be51c89b5f130b7aacc872634c4211215 0.00 MB 12 81
148,673 148,673 0000000000000317df605603d04ac15715c286731959cdb682d07bc013a26ecb 0.00 MB 8 102
148,672 148,672 00000000000007d0c954547cc2f76475bd1e0196831e0686c53216c3403768fa 0.01 MB 17 468
148,671 148,671 00000000000006cd51081a6fdaf531cd08410d498d241d824b37df1d30bdbe5b 0.00 MB 16 94
148,670 148,670 00000000000004d4bb228629c13f1a29933318da1f3edcafbd6ea20602d2a270 0.01 MB 26 395
148,669 148,669 00000000000005a6d172e7c875122feb1c5cc95e6704844b9682e59500d9fea5 0.04 MB 142 33
148,668 148,668 0000000000000070f6324ff1741b20e41fd4be8b3e4c72809480b44cb5c68cdf 0.00 MB 12 0
148,667 148,667 000000000000055ce918bfbff3d73c5014079b7a7ae578f77b97b9b7a6931d0a 0.01 MB 20 93
148,666 148,666 0000000000000236a3bcc1957943579ec96755aba4552f4d5b5c4ef432f9b5ac 0.01 MB 3 0
148,665 148,665 000000000000046379a18624dc67172496bd86c66593fd87d32331b05bc3c1df 0.01 MB 28 54
148,664 148,664 000000000000094f6d653b13feb4a7b01f5015669ffc11c649edc103f019da4b 0.01 MB 32 37
148,663 148,663 000000000000091e1cf64628d82898556eef971a1518f2662f6937495acd9f6a 0.00 MB 2 193
148,662 148,662 000000000000030d25355e6adb0697405a1bd4f8fb1cd1bb250c487f16086b24 0.00 MB 15 89
148,661 148,661 00000000000008a7470b4ea68f04e37336508ae4cec39e76cd9c53ed715f110b 0.03 MB 105 136
148,660 148,660 00000000000001cba790da5c7dc93ab0eace5f3715fb8338a08686b866a4571d 0.01 MB 31 78
148,659 148,659 000000000000085ae5087d12e11ed6934801a07ed0f09194d145f0549fed60f7 0.02 MB 44 100
148,658 148,658 000000000000091e32ad280dee586efefe2f3086056e8894e4debd1efe5b3dc7 0.00 MB 7 50
148,657 148,657 00000000000006eba497a316127ee772dab7f15fe34a3752a2fa51eec1fa40d0 0.00 MB 6 136
148,656 148,656 00000000000007f1d9de93961b6cbf5db8e3f647523e522e4503ace76d04ccc8 0.00 MB 6 42
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,643.68 GB sent, 94.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.