Memory Pool Memory Pool Refreshing

12,254 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (151,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,317 756,317 00000000000000000001783b09966db63315badfb56f899cf31d01aa7f1e23f7 0.67 MB 619 9
756,316 756,316 00000000000000000003d2289516b0a3b4964d89c44addea6435a2d17c13a6f3 1.79 MB 643 7
756,315 756,315 00000000000000000007461c331cd3526f41089f85a3c9a50420c52fb108a53d 0.54 MB 392 11
756,314 756,314 000000000000000000034fe8b1dc4ad6bb262eab1896a7ba9732664e347a9373 0.54 MB 619 11
756,313 756,313 000000000000000000046a96082cd31d5be62fd413a653b58952774b0927d501 1.58 MB 981 2
756,312 756,312 00000000000000000006779a7687fb187f48ce21fa1eb1e752f61f2fa47cecf1 1.44 MB 2,101 12
756,311 756,311 00000000000000000001e1c29e230befa5e141d2b0061e3b65695f5bcf0d75bf 1.34 MB 2,168 21
756,310 756,310 00000000000000000004cef721dc83871dc350ca53ebf4639d775c2d66991d96 1.17 MB 658 6
756,309 756,309 00000000000000000004116834d7dc5574e61a0732ebf09b0671252c4cfd6323 1.37 MB 1,232 15
756,308 756,308 0000000000000000000501722a49576e30d94c26c6472ee9e980f3d43b043617 0.25 MB 253 14
756,307 756,307 0000000000000000000829a3c8de31ce1c68e21130d49fad6ac457180499f070 0.04 MB 64 11
756,306 756,306 00000000000000000003f083d2b2dabbfd74d3b67501cf11abaf8fdb206d4e53 0.19 MB 345 13
756,305 756,305 00000000000000000001b03974d5ec2188e833595b6fb72a4b204d0eeb993440 0.11 MB 130 9
756,304 756,304 0000000000000000000017b86b575d9cb2c6c6cff8433495d43eb262c0d8b4e6 0.05 MB 50 13
756,303 756,303 00000000000000000000fef965422dfea289d10816829a2e0c30656244a89da0 0.12 MB 189 28
756,302 756,302 000000000000000000089cf0fb8625c89f7584d0ed2bd87227643f96a8e86e4f 0.47 MB 649 12
756,301 756,301 00000000000000000007e172126071f9a478a45050f1821d224bc3e83b72fa44 0.90 MB 1,665 12
756,300 756,300 00000000000000000000af0273191820de4ff7ac82aeba6e9282fed67c829ce6 1.47 MB 1,319 6
756,299 756,299 000000000000000000044f6dba6b7863ecd8057104dec9c664e5fa5341e2527c 1.34 MB 2,002 10
756,298 756,298 000000000000000000032c9151582aa4f6178ba6e391955db5e9e776cfa43ca9 0.34 MB 621 10
756,297 756,297 0000000000000000000738c55ab8d36c9bfee8ebe8ae549c7519a51d6a0f2e1c 0.67 MB 967 11
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.