Memory Pool Memory Pool Refreshing

1,439 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (8,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,830 898,830 00000000000000000001a72a4afde5f3a7471bc490223770040737a89678b7e0 2.62 MB 1,995 2
898,829 898,829 00000000000000000000f972905fe233bb4a2f81c3edc2f561e5bdbb86c73487 1.62 MB 3,438 4
898,828 898,828 00000000000000000001bccfc5107f238a89870dde5633bfcad1c193125a4cb8 3.12 MB 980 2
898,827 898,827 0000000000000000000144ad818dcebadcdc40eab6c09012e47daeeed53e6e73 1.97 MB 2,683 3
898,826 898,826 0000000000000000000112da220a0f10e12663eb1f2c5e3848a5e654e7a6ae7f 3.29 MB 711 4
898,825 898,825 0000000000000000000158514c6f2c9e13653c7c4cf7a7a6bd773cab17821ac3 2.66 MB 1,452 2
898,824 898,824 000000000000000000013ee0fd7ce7d20a9138b2b403beb4d7fad8f9378603aa 2.55 MB 1,332 1
898,823 898,823 00000000000000000001b388530614a2ec6e1ca2e34e2ed9fed1391d0596462d 1.56 MB 3,628 5
898,822 898,822 0000000000000000000239e82a345f6b7f87a816fa66ec888b44e87999015463 2.27 MB 1,960 2
898,821 898,821 000000000000000000023fc7c052c4862ed994588477d5ca5309c9251ccacd6d 2.32 MB 1,913 2
898,820 898,820 0000000000000000000192b7b601121adb22aa5bb8679eef1b52d049cf02913f 1.58 MB 3,739 3
898,819 898,819 00000000000000000000d19f715eab49eb518cde803b0983f2613c5c899cdc18 3.29 MB 523 1
898,818 898,818 0000000000000000000152fbd217d9a42d3bc3edaa23fe2bb23bf5e5f5e7d74c 3.38 MB 741 1
898,817 898,817 0000000000000000000142d1c1252c37947ef6515e0c410180a4b92ac657122d 2.87 MB 1,498 2
898,816 898,816 000000000000000000016eeae47ca4f0974eeab146e39a13d92efc967a90e295 2.82 MB 1,682 2
898,815 898,815 00000000000000000000f8206ed0b24af4ee45175fd865839a3a7bd2f5fdc96a 2.62 MB 2,340 2
898,814 898,814 00000000000000000001179d7432672e4f4370c0c40330bd88fdfed9ef2312e3 3.66 MB 667 1
898,813 898,813 000000000000000000000fb28c5e0aa728a6a4186576060b2abffafd5cf59732 1.65 MB 3,027 2
898,812 898,812 0000000000000000000090445c26385711d672482d500a2c7ddc2b5b7e4d7c0a 1.64 MB 4,677 3
898,811 898,811 000000000000000000011fee18c76a4d148ec1b19319f002bbb0308bf4c28467 1.64 MB 3,170 3
898,810 898,810 00000000000000000001383c1c2d2ddee6e0308f5e986014ae2b13f4b5e94ee6 1.33 MB 2,823 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.