Memory Pool Memory Pool Refreshing

64,226 transactions
28.86 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,919 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,583 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,918 (677,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,094 192,094 000000000000052a60323c924dbc7acda25f9e5c467a2d71839dde32aac6bab0 0.01 MB 27 30
192,093 192,093 00000000000003def37c351e00937284c3893eb9f5aa2fbe1057e0dd528746a8 0.11 MB 256 105
192,092 192,092 0000000000000708ea9bc3852e0512886102f84be76f71501a898242de860325 0.02 MB 41 143
192,091 192,091 000000000000031a0f24834fbf3f0b16ba9f41c1448c57aff0a7476276903a7e 0.10 MB 241 110
192,090 192,090 00000000000002c17e506a08bf6e755e4c9ab4fea0acf243fa121106cec9a659 0.08 MB 256 168
192,089 192,089 00000000000000a8a171919fe9ccb59e29d333a62179c02179b9f8396b69d373 0.04 MB 98 99
192,088 192,088 00000000000004c4d291c43e3c7a38709db6971594598514e411dbc5a5f1c39e 0.03 MB 64 61
192,087 192,087 000000000000023070d5d1d380b63a456c19ac14a1ecbeb525ee8b714de09828 0.03 MB 75 126
192,086 192,086 00000000000003462a3c82008bfefe09d004063c793e180f1f5cafc621ca30e2 0.01 MB 40 158
192,085 192,085 0000000000000185e426fa8d71f26e0c52792a42e9a3001fd49b152a7c017e9c 0.04 MB 71 85
192,084 192,084 000000000000020d465147fd5917f711ebd3d99182a065993d0f2813a2d6da2b 0.19 MB 299 143
192,083 192,083 0000000000000435324ae939e02aecbe5e59dec0ac160506e597f8fe2e39e47b 0.06 MB 128 115
192,082 192,082 00000000000002d787d079863180e22b184a6ac31e7e13a354e51b61027e3004 0.04 MB 87 113
192,081 192,081 000000000000037359640432c4f37c4186ba5ce329dfb8ab283eafde1e8b870a 0.21 MB 512 130
192,080 192,080 000000000000081f82e3065f0aac0193c9dc592ebe1ef45fa872e51e42b5ed2d 0.01 MB 32 11
192,079 192,079 00000000000004bbd9aa91e764c6a11cf273752ac9663c5a6fdb96e6d97ee91c 0.01 MB 32 55
192,078 192,078 000000000000024b63eb74a4211a421e273e1c380eebf78204373946565f7ecc 0.02 MB 57 214
192,077 192,077 00000000000004264f4febba3960568991b2fe16c31615f30ec8d9aa43e86583 0.00 MB 1 0
192,076 192,076 000000000000064d18c2d74a224a199577f6e7fbccd3056b7482a87805358ef6 0.10 MB 170 97
192,075 192,075 00000000000006da70930346a843a2ea07822d95f4e9fcbf392d59be02cef188 0.04 MB 69 75
192,074 192,074 00000000000004b277c6c8ba896fbc575ac63525f06b71853ae6b0050f8c5cc1 0.08 MB 165 100
Previous 10 blocks ↓
Total Size: 699.31 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,158.74 GB sent, 205.80 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.