Memory Pool Memory Pool Refreshing

9,305 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (774,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,930 132,930 0000000000000a66747e8f9fe2efcd31d4154e944f769a02af6a418c44d7cfdb 0.00 MB 14 595
132,929 132,929 00000000000004e1f72fdcac8a7fc777a8b47f029c73a6290d3e23841616da43 0.04 MB 85 310
132,928 132,928 00000000000011eec4defc0ffee303401e460d2b8406474692d0ff141b9cbbf4 0.00 MB 11 605
132,927 132,927 0000000000000edf57eb16acdcf474640504ca3b5f960cfee6148802f8513b88 0.00 MB 11 995
132,926 132,926 000000000000095c480bdb099c727f921a56c76e9f689523944989267a81b083 0.02 MB 57 520
132,925 132,925 00000000000009913b740a7b74f37cc0b00f046fb930e101923bb65b4c7787df 0.00 MB 14 777
132,924 132,924 00000000000000a84a5c3423e9bbe5bb98f631b50cec568d928107e413e9de4e 0.01 MB 14 191
132,923 132,923 0000000000000cab39297731417b01e55c11cbbc15ad2effca71d700841e5ed5 0.00 MB 4 0
132,922 132,922 0000000000001021addc77067fc476476e27687b1f1fe3dda57a7c17e5d8a76d 0.03 MB 101 259
132,921 132,921 0000000000001081767201a5a100a04195e43f80aa4f5752cd7f5a6d590695d8 0.00 MB 17 409
132,920 132,920 0000000000000e871e5b1ebe99cdbdb7445fc51ca57775badb70157e26fcdd38 0.02 MB 69 254
132,919 132,919 000000000000103e7d700eefd27c0a6b515486e7b08f7dab029d04040d3e2b35 0.02 MB 41 350
132,918 132,918 0000000000000a7b98af01e5f2b1a7f43844fa5f84ffc0a61bd660a2f82d2725 0.00 MB 4 132
132,917 132,917 00000000000005162e8b1ccf93e12b16f58fa8f479c3a69ca04cf7795d1dccc1 0.00 MB 12 0
132,916 132,916 00000000000011f6d36f8d5a1bc3baa9f2a2718a30febc68d9ddcf1e1caa5ad5 0.02 MB 42 398
132,915 132,915 0000000000000188a57e6a2846008a9857686ba13e89325d874d670c0028d97d 0.02 MB 52 458
132,914 132,914 0000000000000d404dca3563af57662349ef4119fa2d25443f406a3bab15f737 0.01 MB 12 215
132,913 132,913 00000000000007df809dee723b14974f4bc38ff518f1fc99215135c76f3c6834 0.05 MB 158 96
132,912 132,912 00000000000009bbee9112038b197b821f6b656d6ca6936b7670ff88dcc7c02b 0.01 MB 40 194
132,911 132,911 000000000000102bc020c9214f8d40f6adba04694f42f15e4e9a6367f6260080 0.02 MB 47 100
132,910 132,910 0000000000000c1efc6a2f05c44af3a9d3dfbdeaf599a700a7b062406a1f4dd0 0.00 MB 8 790
Previous 10 blocks ↓
Total Size: 768.98 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.47 GB sent, 92.72 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.