Memory Pool Memory Pool Refreshing

1,677 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,670 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (464,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
443,742 443,742 0000000000000000036b9e583dee94f8c769a17a4bbda2c17e3e010483d823ba 1.00 MB 2,278 67
443,741 443,741 00000000000000000107b7d4170023c06462a412a8d8e0e284ef7864f5effcac 1.00 MB 2,422 104
443,740 443,740 000000000000000001a88d50482c54e7ebec73eaafc4c5f741e983b4d61ffa94 1.00 MB 3,346 74
443,739 443,739 0000000000000000018381eef82923914245f1912f2d89bceb86713ee8fa3b2e 1.00 MB 2,953 77
443,738 443,738 0000000000000000034aa1d956c32d069d86ae2369fcfac6a8297cd09bb9e1cd 1.00 MB 2,576 88
443,737 443,737 00000000000000000320f304968c5d154a539bc5d72df32480dc702f38437000 1.00 MB 2,189 69
443,736 443,736 000000000000000002470587df4777b6614566c574981b03d87a34f8e6bd9c47 1.00 MB 2,480 96
443,735 443,735 00000000000000000155a7de63972ae8998ab2784e4bb620083b97d98ef4acb8 1.00 MB 3,094 69
443,734 443,734 000000000000000000213594e543e15751e88e27222f61bbfa0365ccf342f417 1.00 MB 2,091 82
443,733 443,733 000000000000000002669e0f886b6f6cb6654a2e3ee328284986f68b3e1c4e26 1.00 MB 2,825 116
443,732 443,732 000000000000000001644b47e772a21557401184e9a71721fd75e751c6a286e9 1.00 MB 2,516 77
443,731 443,731 0000000000000000010d69d7e3b05897b6d6b1524ab590aa4dc6ef33bcd7895e 1.00 MB 3,133 109
443,730 443,730 000000000000000003263447a5f063bc54f20bf570ed960ee80cbf71e555562d 1.00 MB 2,295 83
443,729 443,729 00000000000000000175fcc33aac031474067c080bcb28d949d4338ca05f390b 1.00 MB 2,234 96
443,728 443,728 000000000000000002114ea25061a6124c69ca4863bb98fa66e36a1a42376cb3 1.00 MB 2,844 101
443,727 443,727 000000000000000002f59520e7fc8677475c7afc65bee717963f4c57d9fb7b96 1.00 MB 3,169 110
443,726 443,726 0000000000000000008bdd287d401f04157b5c384487b3f90bf733edf0b9dada 1.00 MB 2,657 71
443,725 443,725 000000000000000002896953bf9985a98d84e648b120b585d36ffc74ccfa90c3 1.00 MB 2,611 102
443,724 443,724 0000000000000000010bf4193d610f5a427c8d638de5cb7c25c9d249d8bc8b16 0.29 MB 561 62
443,723 443,723 0000000000000000009b84f1ad9a9efba99b466ee8922a1a81294a89ebd43464 1.00 MB 2,220 102
443,722 443,722 0000000000000000036c50f4b628dde743d4bbe87e1ae1439b1d68af24f5774e 1.00 MB 2,079 57
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.