Memory Pool Memory Pool Refreshing

4,160 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (618,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,845 289,845 0000000000000000b277a4fe6f909850d008035ebcece1ca59339964339cf8da 0.10 MB 167 28
289,844 289,844 0000000000000000b9c722f057f6069fac517400c6e0386fb0762107275b2f6b 0.25 MB 282 21
289,843 289,843 0000000000000000c08e7dacbd3ff0911fed06219a23ed90971d8753c7a3054e 0.02 MB 32 0
289,842 289,842 00000000000000003b7636d1719221dfda96d3f9fd338d97c9203ea5c0f351b1 0.11 MB 190 23
289,841 289,841 000000000000000065bae76f7180750dff38dafc60e6393accd612407a058f12 0.05 MB 128 47
289,840 289,840 0000000000000000e7ac1c1c76138d09261e7b4c24087627fca6dfde0bf1cb1e 0.00 MB 1 0
289,839 289,839 000000000000000056293de50997b9026534c7482181915a129bf57808e52aa6 0.33 MB 519 29
289,838 289,838 00000000000000001712ef408193a97bdc92166c511a20b18b0a364274981ecc 0.17 MB 359 28
289,837 289,837 000000000000000099aec13f06d7a7d6013601d47353d6a0a0fb7f8c56262106 0.24 MB 405 24
289,836 289,836 000000000000000065bed98e9b54d77ae97d037d8f79cd702ed97706ac8dede6 0.05 MB 128 31
289,835 289,835 0000000000000000a9f5f1611502d68b3763ed465536e28a3d75e86541325935 0.28 MB 550 28
289,834 289,834 0000000000000000cf3944617b38974469eaa0f6dfd96e0e5c659f920aea2585 0.04 MB 45 11
289,833 289,833 0000000000000000c15ea7055410b4a101a8685e6fcfeed46bdbfe2f8a2d1e71 0.07 MB 142 32
289,832 289,832 0000000000000000d18fadaaa0eed64b753cb8383063ab290a922a3cba24674b 0.18 MB 379 35
289,831 289,831 00000000000000009e18c5728461815203217c42b79c087ebd1e28963cc44eb2 0.32 MB 320 22
289,830 289,830 0000000000000000e549113af8839dd40a76df3a839fb66eaf6c0d94202e1b33 0.28 MB 583 34
289,829 289,829 00000000000000008ff3fed289a8681375aec35eb7db5009487507e5ff61a853 0.39 MB 562 28
289,828 289,828 00000000000000010f92b3d018ad58cc411c3ac3aea352c799ae675aa6440fc6 0.20 MB 512 47
289,827 289,827 0000000000000000c9411885a36f25e05e64066501d965a3340c69efef59f557 0.16 MB 278 25
289,826 289,826 000000000000000053b0714357e40620892608e87b887658d532f101f30e38c8 0.04 MB 45 6
289,825 289,825 000000000000000102fc6819a6a9efaa8393236d81dab8ba38f23ea87295b30e 0.66 MB 1,192 33
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.