Memory Pool Memory Pool Refreshing

59,311 transactions
28.90 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,003 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,349 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,002 (805,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
64,478 64,478 000000000c888eb0cf095b61bfd9e269fefd6ca32d76b4a929c6687e644b52aa 0.00 MB 1 0
64,477 64,477 000000000a0162dc29d790b09b16f5afbc3739ad0118f83edc1c1e24b3891fe4 0.00 MB 4 0
64,476 64,476 00000000005ff455f481cd3dbcf787ba39e0eebb8b4f59fb8e46693643d53180 0.00 MB 1 0
64,475 64,475 0000000008272c6860f0505df97e52900096f9bb40d8d82a2191a04146cfd18f 0.00 MB 1 0
64,474 64,474 00000000094fe72c020bf3ee1624542624a9a1ee4c39d077e3805b1735139254 0.00 MB 1 0
64,473 64,473 0000000007028f862a802109565f9b610c10f8ddddc8b8411ca4a260370cb1ae 0.00 MB 1 0
64,472 64,472 000000000b17738b36701358f00057dbb1cb7809bb02d8855697a8aa1ba8f7a4 0.00 MB 2 0
64,471 64,471 0000000009db4cb72a7a88e65683ae7673e683bc750cfa7d78a5551fac61fa68 0.00 MB 3 0
64,470 64,470 0000000002511188441515519fe78d5ec79a036f50b395a9b593932850db8ac1 0.00 MB 1 0
64,469 64,469 000000000b6ddf4cfb182fbf707f888a8cef0cd086c3e53b47750458e8d21a9b 0.00 MB 2 0
64,468 64,468 000000000abb5739328dac9ab8964abda29547d982dcd56cd0ccf2aa0afbed07 0.00 MB 1 0
64,467 64,467 0000000000a5c4113df4f2adc2e98b140f1fb6b8a33f16602ce151d008ac0ba8 0.00 MB 1 0
64,466 64,466 000000000c829ab3ebc5eeeac88087cc601baba03979d4f1a32b5bec2249b12a 0.00 MB 1 0
64,465 64,465 0000000009ee46914d82f64489a25971396203467c0d027fe48938816de41310 0.00 MB 1 0
64,464 64,464 00000000046f3a0fd7c139cd628ca97c4ce3899d563b0ce2df8d33198ae3080b 0.00 MB 1 0
64,463 64,463 000000000abc95537f1c191f26bfd86c2ada10793dd01745ca4bf16991936641 0.00 MB 3 0
64,462 64,462 000000000b07c6eb440e557042598a30f51d6ce8e1a928ceaac570a04c43505a 0.00 MB 1 0
64,461 64,461 0000000000d1db6f81a3f1866bb2f57e79d65590681b6f2b3a85899191174361 0.00 MB 2 0
64,460 64,460 000000000ce2bc10f79aa0e56b316e843b37e96f407b63d21413c307aae15395 0.00 MB 1 0
64,459 64,459 000000000a2d1dfd9a3429ac163344ae5180377decd9a0a1c622ab05279aaa3b 0.00 MB 1 0
64,458 64,458 0000000008db9a108926eda73d2a4f1d98a2fb1472c28023f1b0ea173b5e2c20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 699.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,170.32 GB sent, 206.72 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.