Memory Pool Memory Pool Refreshing

9,324 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (756,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,884 150,884 000000000000013923171df951c51b26eee76c8b84f0b7af1afc9b45a32baf46 0.02 MB 61 141
150,883 150,883 000000000000031de1093b2e5c0911d4f852134e72a2cbbeea5f49ccd1896065 0.01 MB 13 200
150,882 150,882 000000000000082c2f86342b410990f115b16e74c33177d27afc0fae45610bf8 0.01 MB 32 63
150,881 150,881 00000000000005272a148e3c4ec5f7271d769cdd060fba215e21ddafa2599fbc 0.01 MB 25 29
150,880 150,880 00000000000002b91bdec6f87ebed6cf19695d4859375c9839594a72a8978199 0.01 MB 27 55
150,879 150,879 00000000000004dae3948ff5dec1d86a1fb6db40a1542f3aeccc6acbe3f58024 0.03 MB 88 74
150,878 150,878 000000000000061d692757fbbaa375e7e6e957b56bafc451c936baa075f6e822 0.05 MB 110 70
150,877 150,877 0000000000000002fb66362cc59f6d345a6c16622798fb3c45a68beb9db5f52d 0.04 MB 88 388
150,876 150,876 000000000000064c4f64534e4d759f9c42fe0f6034501c7779016c2e7b7192b8 0.01 MB 25 91
150,875 150,875 00000000000000fe6cafd00f1345682a11969298a7e3e859e86b3e0571d97da2 0.02 MB 49 71
150,874 150,874 000000000000019e29e572d36fa36d15544845cd4d7984da6d321592c53f6327 0.01 MB 19 48
150,873 150,873 000000000000033ab9f8731ae7b7501084a69ae91a2f0d340fc4ed658557ff2f 0.02 MB 56 151
150,872 150,872 00000000000000e7fae471a127452a4f4af65f1940bdbdba845615dcc136b486 0.00 MB 3 96
150,871 150,871 00000000000002a2fead5ae7caa1a4b45487028ff861785bc1bee7cfc138e091 0.00 MB 13 756
150,870 150,870 0000000000000a40b0dcccf052d0acda4c7ba1ce89ced48a6e00cb3cada80ed3 0.01 MB 39 128
150,869 150,869 0000000000000331bccd3b95b88553e7c1a9bba93967e50f5da4fe604da20a94 0.02 MB 53 339
150,868 150,868 00000000000004b879ced4386899725615ec921e7801d2cbfa7a517fce06c11b 0.01 MB 35 222
150,867 150,867 0000000000000156aad50c5e765b84a76935c81fecb23a05d6a4003fb4d8edfe 0.02 MB 34 181
150,866 150,866 0000000000000aff67f96da6d30924cd1202df067cb7e532a482ffdd70b45270 0.03 MB 75 72
150,865 150,865 00000000000001f593c472cb96f0ffbae94b3886a1dea78129758de3e0118e33 0.03 MB 86 127
150,864 150,864 00000000000004312ad60e3a6902cc6c0d377bbf8102fb4f6709af8e3c7fc28e 0.03 MB 58 102
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.08 GB sent, 92.89 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.