Memory Pool Memory Pool Refreshing

1,302 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,010 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,294 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,009 (207,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
700,288 700,288 0000000000000000000d15e2c71f868928fedde1000fa4d86cc3d3a1a70edda3 1.34 MB 1,736 12
700,287 700,287 000000000000000000032dae1cce6e6f19ed0e8a20663ae821788d247b0ddc93 0.15 MB 27 0
700,286 700,286 0000000000000000000ad67b00eac16b8e0401b18c0092756635a37c63c26a9d 0.91 MB 1,234 10
700,285 700,285 0000000000000000000ce07e4b54993e5ad1479ef309b372c0edc14b82bd5945 0.64 MB 958 10
700,284 700,284 0000000000000000000a073c20318e9ccb64d57782887249ad7c7652ad593b9c 0.20 MB 378 15
700,283 700,283 00000000000000000004b48c06c457f7cb6808cea5f0994c8ee87b0a3d1f55c1 0.01 MB 39 21
700,282 700,282 00000000000000000008c69fce36818a2090356553c7c221b46ffc883afa0fb6 0.06 MB 118 12
700,281 700,281 000000000000000000060e64fe7c94e9a5ad8e2b1532a22fa78f1ca1091131be 1.08 MB 1,357 33
700,280 700,280 0000000000000000000bc8472426e9cc9230ffe91be8e276b76e78f83460294b 0.04 MB 32 7
700,279 700,279 000000000000000000044740a45925ede24a04d53f009280f867f14ad7a9846e 1.02 MB 715 5
700,278 700,278 0000000000000000000efb00b12f717896e564023dd034840819824b4d902c39 0.47 MB 662 9
700,277 700,277 00000000000000000009654308738ad81bd8055cba8c6704d2141badd6a8636b 1.07 MB 1,795 9
700,276 700,276 0000000000000000000a6d8544cf2691550db9a386c0971ced3f97675df69c91 0.52 MB 879 12
700,275 700,275 0000000000000000000b3dd724b8b0bc48dcd237d39b40829915abe8199ff9cc 0.50 MB 886 12
700,274 700,274 0000000000000000000573e91501730ff6bffb2c8a43bb7b847daec1ca9c071c 0.58 MB 826 15
700,273 700,273 0000000000000000000222820e944546102ef97b1da6f59043a9cd872c31ff7b 0.31 MB 538 13
700,272 700,272 00000000000000000001a858b3ad7f931fabd10f558c39ff8797ba693e7708c9 0.34 MB 435 10
700,271 700,271 00000000000000000003e438c951fe8a107e11f7b34a7ab830abea5c86df9723 0.74 MB 1,262 11
700,270 700,270 0000000000000000000bf8cdda5084f80a4f171dfccf19db03f2e93996486729 1.00 MB 1,555 9
700,269 700,269 0000000000000000000d362390178024477d9fc8afb14170488fb4472e3d74e9 0.04 MB 103 19
700,268 700,268 00000000000000000002868e0187ece9d39e96b94bd6c950940aa99ca697222e 0.02 MB 43 16
Previous 10 blocks ↓
Total Size: 769.56 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,649.41 GB sent, 95.76 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.