Memory Pool Memory Pool Refreshing

19,769 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (593,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,040 314,040 000000000000000011c4c4195706b7cc541d5b00151e6d87a31382771036259d 0.03 MB 55 28
314,039 314,039 0000000000000000306e74678b2e4a213289c381f42db4234fa14b182f11685f 0.03 MB 35 22
314,038 314,038 00000000000000002e1193b25bedb1adc9ce6f621e98c190e3aeb9ec0cf5e5a6 0.36 MB 315 16
314,037 314,037 00000000000000001cc46f238aeb9037156ebe3419d453bae70ed63d522a64eb 0.35 MB 540 24
314,036 314,036 00000000000000002a5736d903648e68a084fbd066494b4613f49691cd877f63 0.35 MB 972 46
314,035 314,035 000000000000000017f35ee243df602f8f4a2b8c69e3f7f24b3715381196c952 0.05 MB 128 69
314,034 314,034 00000000000000001a1532e249cabb4ec8ed2a2fb92b95352321fc0669c4c4ce 0.35 MB 640 28
314,033 314,033 00000000000000000319c183940768f93b2364b282fe8abedd7420db9f66c3a6 0.05 MB 99 18
314,032 314,032 000000000000000004a5da57f95468778dc1526605fb30c9d7fe92fc19b75079 0.11 MB 182 27
314,031 314,031 00000000000000000ff8e7907f0de635ed62c874ab32eba0ed09b46fb8eb31d5 0.63 MB 454 14
314,030 314,030 000000000000000017238e61fc991c7c015daf55bd8d630a34f8cc1df9747ce7 0.75 MB 1,699 33
314,029 314,029 00000000000000000dcfa36ebdd72071295af941e3aeb5c976d0b36f42bf2a14 0.00 MB 1 0
314,028 314,028 00000000000000000381e2605797c5aa5d4ce4845966671ed872037d4ac133a9 0.14 MB 512 68
314,027 314,027 000000000000000006d153f0df950b9a1f6805b1602295bd048988d4df957631 0.47 MB 770 29
314,026 314,026 0000000000000000347de50adb9ae7d8f64a9581a61ee835fb6de63f927aa017 0.30 MB 373 15
314,025 314,025 00000000000000002e64640d2275310a0034102a870bc332701aa4f9c1f145c9 0.13 MB 256 29
314,024 314,024 0000000000000000116258656914daafb55f6327d32f3aa0e951b637f87be9c5 0.17 MB 313 35
314,023 314,023 000000000000000002dd6148552bed3a519ac25c8cd816baa4c978ff4af41673 0.22 MB 388 43
314,022 314,022 00000000000000002a6c6a6cc1bfbfbd5ce7600e4b9df6c15a8d363938789312 0.06 MB 121 28
314,021 314,021 0000000000000000097b07b88abf5eff16b2d0e0ded466bcf139efd53ca7118d 0.27 MB 430 27
314,020 314,020 000000000000000008eaa5445a66df1332a26bd2294f1f0d7b66267df69cfbd8 0.05 MB 106 27
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.