Memory Pool Memory Pool Refreshing

3,992 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (263,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,851 643,851 0000000000000000000abfac6a1f6117965c487767917e21e911afdac4d507f3 1.63 MB 386 36
643,850 643,850 0000000000000000000c2b9c6c1c45d65b0ffa9c11074c9f73634c893ff47574 1.68 MB 265 32
643,849 643,849 0000000000000000000e47ea5a64c97069abce0e0f2cc6172265b278842047f3 1.37 MB 2,078 37
643,848 643,848 0000000000000000000184eea87b74774c32919e842f0ddfb215b455ba0feb94 1.23 MB 1,922 95
643,847 643,847 00000000000000000008261bedbb7267b174dce7051b62906831663fe4ce271a 1.36 MB 2,044 57
643,846 643,846 00000000000000000006f3eb610a6962a456e38f83d2358bf7943a42f02b2b73 1.23 MB 2,249 48
643,845 643,845 0000000000000000000ab4588d1d4c3be84173ad4582b3f60f777ebc70de2376 1.30 MB 3,104 96
643,844 643,844 0000000000000000000e909a69a6c5496f5cc54ba7b3bb139f942f20a7d6fba5 1.10 MB 1,123 57
643,843 643,843 000000000000000000067a54c01031fec692b6eb7b9feb5a3f5e844e09874134 1.22 MB 1,736 95
643,842 643,842 0000000000000000000b8057810d5bc820e09acf02296cb2aef0a33221d82d00 1.16 MB 2,760 14
643,841 643,841 0000000000000000000cafed93e3437b84ee17df38e46e917d264f4b413973a7 1.31 MB 2,713 62
643,840 643,840 0000000000000000000a355e88f4b2c3a4b7f559e2ad1a833fe6128af4a03171 1.36 MB 2,564 43
643,839 643,839 0000000000000000000ec181b9a36589466969aefb5f70d80c1fa37e40c41c18 1.26 MB 2,591 108
643,838 643,838 00000000000000000001df2e65229cef11ce3b0d07841491cf39ace1bcdcb574 1.28 MB 1,680 66
643,837 643,837 00000000000000000005898e095495f23c6bdcf6d5f72855d4aaac7c90af8d35 1.31 MB 1,725 54
643,836 643,836 0000000000000000000fdfe3e4356eb76d5f436efbbc57ab7946ab79e10962d8 1.17 MB 1,151 1
643,835 643,835 000000000000000000099c0761745573e1ca765e5649254e0d5022be907b2a14 1.31 MB 2,241 51
643,834 643,834 000000000000000000024d2389ecd9f7c01cb5dbfbf5c4a8fe7836611ffd0f97 1.28 MB 2,563 45
643,833 643,833 0000000000000000000ac7b992dad3f2af1f4d821518617f6e3735ac81848a64 1.17 MB 2,281 26
643,832 643,832 000000000000000000012a5e06f78b177a33f2e9bb44d81001b6ecbabbc88c99 1.19 MB 2,598 24
643,831 643,831 00000000000000000004360f794d1970ad8a726f286f990cb87aae64f01c8179 1.19 MB 2,296 33
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.32 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.