Memory Pool Memory Pool Refreshing

6,527 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,951 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,950 (752,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,039 155,039 0000000000000b5de4c45ec1f01560a188a2ed2193e4e83a54a144429f710495 0.02 MB 41 83
155,038 155,038 00000000000002eb776606039d5f10d597a5692853a619b3c5d2b4ff37ddd5f9 0.02 MB 57 189
155,037 155,037 0000000000000d5b31d078883682aefead39d413d1d24567a411d9ff6cef2714 0.03 MB 88 5
155,036 155,036 000000000000045a7ed635a4c9edf2a5774bb58b53b574a45c03711582fdfb68 0.00 MB 1 0
155,035 155,035 0000000000000581674464a3f358c2507709c985407f8e8d57f1ae029d927e61 0.00 MB 6 121
155,034 155,034 0000000000000238ea0d47ec27881defbf83457b5051538fa07ae6deaa3f156a 0.05 MB 29 721
155,033 155,033 00000000000002554703d0b87f02fffd948694e2021a3ced17202cccbe8ab7a8 0.03 MB 69 157
155,032 155,032 00000000000000eecea972785354dcb2badb2ba18a6f0efdbb0e7e7b3bd3d33e 0.01 MB 21 60
155,031 155,031 0000000000000d15f393c0d8d2d57daed968bd38c700a33af34ba475ccd90113 0.02 MB 78 83
155,030 155,030 000000000000005f47f5080272ae73fd0ca04ce039fba3bb9bef676e5ecdafd1 0.05 MB 173 67
155,029 155,029 0000000000000d0c7dca9a0d01b2df59fd081d3d0494089072e360beb06f4b90 0.02 MB 44 61
155,028 155,028 0000000000000af90f9efca4abc8438036cdeb433677345d70e291fc35af5adc 0.00 MB 14 28
155,027 155,027 00000000000003744b6f42bf44012986edb3cf17e5f97c2415ae03a2a12ebe7e 0.03 MB 50 70
155,026 155,026 00000000000004a41e1f015e523089efe529a7571b3233b5353b134beca82438 0.01 MB 22 108
155,025 155,025 0000000000000224ec84a41d80308b1749f0e4bd81b45ea922b199c27e29b53c 0.01 MB 45 138
155,024 155,024 000000000000056377f0736dbfe6232799ec71c4ee370c3a731759ad78824301 0.00 MB 1 0
155,023 155,023 000000000000080b0deaa342193cb7867132b3078026a4ab61a411bfe4cc4079 0.02 MB 65 187
155,022 155,022 0000000000000d41fca720559b8ef4e38e3d36747d6ee5aa2377f2cbfd447cda 0.05 MB 139 208
155,021 155,021 0000000000000726f79499a4a4f9372950866ec577d7516ab8857d5afed35430 0.01 MB 34 230
155,020 155,020 00000000000003b046fe85cf167df0cb7ad3616e37f323afc68594530736518c 0.03 MB 36 120
155,019 155,019 0000000000000d1568d4c4bee3dac78dfdf6af697e913b0c26a6a6486e19f6ab 0.03 MB 26 136
Previous 10 blocks ↓
Total Size: 769.45 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,646.04 GB sent, 95.22 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.