Memory Pool Memory Pool Refreshing

12,278 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (9,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,028 898,028 0000000000000000000053af73f6666602da3a598ec7afc4732cb952ee0be517 2.10 MB 1,544 1
898,027 898,027 00000000000000000001ebc3633f9d8ea8cfc64f4034e942885f155ac7a1b9ee 1.90 MB 2,351 2
898,026 898,026 000000000000000000000ab20370be5a0c61df6785c6c52089628014343fe66d 1.56 MB 3,985 7
898,025 898,025 00000000000000000000b9873ff5ca0eaf9f3505fef421e9bf60344deae3c48a 3.72 MB 262 1
898,024 898,024 0000000000000000000030eb6f06ca7576e88e4fdd140416ca6452b9dc963bcd 1.68 MB 2,057 2
898,023 898,023 0000000000000000000207c9f898b00e7fd686c0cb6275439140839b37379b33 2.83 MB 551 1
898,022 898,022 00000000000000000002030df40a92a199715e72fab48d4f2f48030416fe1620 1.76 MB 2,474 2
898,021 898,021 00000000000000000001834c8578cfdeb243c1d9d571c33e70e5ea8ae24f1855 1.80 MB 2,946 3
898,020 898,020 00000000000000000001e54c15613917cf9d8f47ee33d424ab893db824e0956b 2.48 MB 2,026 2
898,019 898,019 00000000000000000000fdbda050dd254bf2d0416bca8256035d3c8667d97431 2.42 MB 2,432 1
898,018 898,018 00000000000000000000bceccfa25a4885d947acf1d924ae631087e8039c7eb2 1.48 MB 2,883 3
898,017 898,017 0000000000000000000029f77c73fc7c0216517d956654895d51a97e12693747 1.53 MB 2,869 2
898,016 898,016 00000000000000000000bed306aeb0d7bc4800573f53466368f51f2504955c01 1.77 MB 2,715 4
898,015 898,015 00000000000000000000067c060aa7af116d23fa9791d11485f60eb79c75a76a 2.59 MB 1,539 1
898,014 898,014 0000000000000000000143ace901594f0b44e3b6f7ed6936c02365a1fee43b27 1.74 MB 4,837 2
898,013 898,013 00000000000000000001a4afaa6fed36122948924a0c89cdedd74ce754ef1f97 1.58 MB 3,586 4
898,012 898,012 0000000000000000000213f5516c895a6395051d6724be2ac45ef17712543292 1.69 MB 4,188 3
898,011 898,011 00000000000000000001438bf6e698cc2d4cc26ec849f64a961d0697a0de33e3 1.76 MB 3,423 2
898,010 898,010 0000000000000000000132e83686d246c82bb2ee84de03b45a79e8b63f5e5312 1.62 MB 3,647 7
898,009 898,009 0000000000000000000223e82cc9631a6405e2be19088f5dfaca4165ddcce535 1.69 MB 3,120 4
898,008 898,008 00000000000000000001543ebb3513c8569fc6cf76007892fa7b879bd8333d59 2.00 MB 3,703 1
Previous 10 blocks ↓
Total Size: 769.01 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,621.55 GB sent, 92.92 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.