Memory Pool Memory Pool Refreshing

3,229 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (587,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,186 320,186 00000000000000001832710d176a3d967e71a455984783e046f359cce04381b8 0.24 MB 308 21
320,185 320,185 0000000000000000014671e07d03e222f2f64b63201822165af79355073de975 0.35 MB 832 38
320,184 320,184 00000000000000000be7a2da048b8dac3762437881a7eb0cdff435cbbc5cc52e 0.09 MB 180 29
320,183 320,183 000000000000000021870feced1e292d1cd0d9c3a12707ab7daeefe33a1e5fc3 0.06 MB 139 28
320,182 320,182 00000000000000001cc0dc57658696e9a01eabdf357ba06274e2c78ec29484b9 0.05 MB 111 29
320,181 320,181 00000000000000000e03fe70080ceec022ccd96ce5469ba09ffbdae93f54fa5c 0.19 MB 336 22
320,180 320,180 00000000000000001947110676792554ac6a83dc87d62a5153aba3d553e057c2 0.06 MB 143 31
320,179 320,179 000000000000000007311dc0dfad3525d2816772ae6fdafe3ce8bfd99860f6f0 0.26 MB 461 26
320,178 320,178 00000000000000001119c560f70c35932bffb5ff682d59f9cbf8af42fcdda747 0.31 MB 393 23
320,177 320,177 000000000000000027f912db19dc4976569022f24d27ae5f69094d154db08c9a 0.35 MB 758 35
320,176 320,176 00000000000000000fe49efb9fafc78f38960b6962894576025400ab80c3442b 0.17 MB 258 25
320,175 320,175 0000000000000000088937c33778264f601537f9409256a09801bd5f4fcb4cdd 0.33 MB 628 37
320,174 320,174 00000000000000001b9959619c7a556baacaf8d0a6e9a0994ba93f2dfdf30765 0.06 MB 124 32
320,173 320,173 0000000000000000183e67f807eb33f4708da2714da3606ff157145d4c09a56d 0.22 MB 414 29
320,172 320,172 0000000000000000102c0e933321897d87132171105bb5796d267b06e0b958dd 0.08 MB 149 30
320,171 320,171 00000000000000000cb816b0c13d2485e48c6e38da50c131e514b5bcee881208 0.28 MB 555 27
320,170 320,170 000000000000000000e2cc68fc9245186abebf43f1bf8c3a69900a8b006b4061 0.47 MB 909 28
320,169 320,169 00000000000000000f86f2978a64f99b22fa17a75d22320686a0d500e1cc8ffa 0.30 MB 422 22
320,168 320,168 0000000000000000039994df7b762f60818eb8a8fc5b78122a28eabdd143cdd8 0.55 MB 1,024 28
320,167 320,167 00000000000000002731d68233e73e21544925aad3622accf4b779deac229ec0 0.10 MB 162 28
320,166 320,166 0000000000000000208ffc094fdc9d647cdc73e60587336ade608c467e0effe6 0.01 MB 27 37
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.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.