Memory Pool Memory Pool Refreshing

7,561 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (641,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,333 266,333 000000000000000417c2267a256e8e77e00342ca745896a6fd6f7ee34423d4a9 0.14 MB 163 32
266,332 266,332 00000000000000046f672c243c67a5c280e959feed5e908716d29fddb53b08d9 0.05 MB 82 65
266,331 266,331 0000000000000004ddbd0758603495f3e2487f14fdf43f466f4db56e6075394f 0.04 MB 87 173
266,330 266,330 00000000000000072dcfa8e56c4323e4c11d71f4680bbaa2d48d9d83a54ceaa4 0.05 MB 120 78
266,329 266,329 00000000000000079bb26aaaa275581fdc78e592e23c57b32741e97494ac7e17 0.04 MB 85 75
266,328 266,328 0000000000000008cb0367d0d79ea84ea909a35a4de425874273090eca8aba89 0.01 MB 18 62
266,327 266,327 00000000000000048bc474cf38a017d4edbaae71d15047f16ff45472b361f81d 0.01 MB 37 91
266,326 266,326 0000000000000006c56319698d452ca57b332319460ecf875e80e9de235cd7eb 0.14 MB 43 5
266,325 266,325 00000000000000031b2041ee58635e2d4b7d98ae6fa143dad8fcf4d354add7c8 0.15 MB 280 59
266,324 266,324 000000000000000af5f5159e7580f0162b3965683258acb6efc8af59cff7051e 0.03 MB 21 12
266,323 266,323 0000000000000008747c0e640e3acf85bd25b943dc6aa5733277abf6244c71d4 0.05 MB 111 31
266,322 266,322 00000000000000044f9eeb20f37a2a941605802bdede93f984f6f4153e79487b 0.15 MB 328 81
266,321 266,321 0000000000000005d59caddc0c85e214cda0831620fb1295e70cf68ac3970a5b 0.18 MB 435 90
266,320 266,320 00000000000000074b628bc8bc4818fe7c9c3e8d53626891e8e73930d78b1612 0.10 MB 323 68
266,319 266,319 0000000000000007efabc3fbb5df2f30d1959868cd92de4e44a8bc3b8ffa002e 0.13 MB 357 88
266,318 266,318 000000000000000720b2469d707bbb454c5f734c1c1c275b4bf4ca3fb5290fde 0.06 MB 168 69
266,317 266,317 00000000000000045e39996be9a7ee67c41479391274e85a97a7f362cf002875 0.21 MB 440 77
266,316 266,316 00000000000000032af07b4cd90e5779623091ee199489429e7228e983d684ff 0.14 MB 342 64
266,315 266,315 00000000000000043162127d782f8971c438540ebd05b8870a111351f38fd5cb 0.15 MB 325 67
266,314 266,314 00000000000000072e850eacd94012d08ffc1295d24ff39b05e60b7ba7eecf19 0.15 MB 343 93
266,313 266,313 00000000000000070a357b21868d481b858a611e1d53654f128d5c677b3aed4c 0.12 MB 226 90
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.10 GB sent, 94.16 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.