Memory Pool Memory Pool Refreshing

9,043 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
905,314 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 4,481 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,313 (772,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
132,909 132,909 000000000000073a5e207b985880bba316ed85e41a58bb7816e9161e67ffded3 0.01 MB 15 278
132,908 132,908 000000000000113f6a3810e88113d3705d36fcb55c45cd6155dad900fa5ede4a 0.04 MB 137 300
132,907 132,907 00000000000012ec71e7f80dc773d07717da88008a8e24f9683b2fb4899fa223 0.02 MB 36 314
132,906 132,906 0000000000000dc52fb8228cc8b83e7e10bb4d8219c51ebdd477daab5c84498a 0.03 MB 77 250
132,905 132,905 00000000000002c8882a707875941277d086974e6824b144e6ca369b117701f4 0.00 MB 14 45
132,904 132,904 0000000000001031794bac988667053fc496f102dd15ab470bd34da229355923 0.01 MB 18 43
132,903 132,903 0000000000000c599809cb113d608c0afa0a79afa8fe45954b06311bc3d7e908 0.01 MB 13 538
132,902 132,902 0000000000000751fefcea491275d11851792de99a1893d16f8ec84b9bf4c14b 0.00 MB 8 1,052
Previous 10 blocks ↓
Total Size: 764.75 GB

Node Information

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