Memory Pool Memory Pool Refreshing

1,395 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (755,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,708 152,708 00000000000004d235210ae0500f805c6c2cf15002b36cfde039a879c0aa5f32 0.00 MB 12 81
152,707 152,707 0000000000000b8ec9894537d51e44f754fbae3ad5358c71e3ce94c511807b76 0.00 MB 16 79
152,706 152,706 000000000000049292bc1e7409bff38ef2dc41b2bfadd715e2152550a1e3e9e7 0.02 MB 58 58
152,705 152,705 0000000000000d5fcc4b006a6e642b42c14cc6b404d82dbc618189c08010b7f7 0.02 MB 32 197
152,704 152,704 000000000000030874b69fcd0ffca6e25c567532470fe59bd76620b3e54dd2f8 0.04 MB 119 56
152,703 152,703 000000000000089ef396b5534d768a03593e8ca748564409ba757f053f36665e 0.09 MB 98 84
152,702 152,702 0000000000000849735c93e69eaa52b37904d2337951ce38dedbb013342f0850 0.00 MB 13 102
152,701 152,701 00000000000002b777f713b5d0f7b6d2a92ba9128ff32af9b3b1cf3c4fee04d0 0.03 MB 56 32
152,700 152,700 000000000000066abd06b58dacb398c5a7a43594104fae26f7e3985ccb7eb68d 0.01 MB 21 91
152,699 152,699 00000000000008ca144538687c6273a58d7dfa8b0f2d7517c1c61d2a0c471e42 0.00 MB 15 102
152,698 152,698 0000000000000ddb40fcd0668b9075bdae5a08f64b398ad93ee7710bea1963f5 0.00 MB 9 104
152,697 152,697 0000000000000691a2413afeda4f3bcf4a6dad45454b2c76701381725c9d3bd8 0.01 MB 19 66
152,696 152,696 000000000000052b5729513e94679c164c562342cd3a502022428f6a58305a75 0.01 MB 40 144
152,695 152,695 0000000000000478648458836b06131ddf098bfd33743c31d1e990a5fd9e2186 0.01 MB 28 14
152,694 152,694 0000000000000022f2a604a8e478ca87aa40ebbde370108a3199b10b9a4c474a 0.03 MB 90 91
152,693 152,693 00000000000002a4618e8190bcc971e672516909facae7b28a6063a58927ef4f 0.00 MB 1 0
152,692 152,692 00000000000001663e5d31304220cd8910f41db9e13faaf14fca8b53b61cffda 0.01 MB 30 108
152,691 152,691 000000000000038a48bcdba68377984ce37e474bd9c79e5234ac78b15e5ed497 0.00 MB 5 73
152,690 152,690 0000000000000396244bf98bfec707ef1ff733e99b5e16d452d72c3115f03b6a 0.00 MB 2 0
152,689 152,689 0000000000000b2fa81df25b8e872e5e6711d708a988bce66b03f21be0c4225a 0.00 MB 3 57
152,688 152,688 000000000000022dcd3719e6f1a1891887e19e3332f4bb702d201064930007d8 0.03 MB 72 8
Previous 10 blocks ↓
Total Size: 769.10 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,628.78 GB sent, 93.39 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.